Author: darran.lofthouse(a)jboss.com
Date: 2008-07-20 10:52:05 -0400 (Sun, 20 Jul 2008)
New Revision: 7865
Modified:
stack/native/branches/dlofthouse/JBWS-2187/modules/core/src/main/java/org/jboss/ws/metadata/umdm/EndpointMetaData.java
Log:
Added javadoc.
Modified:
stack/native/branches/dlofthouse/JBWS-2187/modules/core/src/main/java/org/jboss/ws/metadata/umdm/EndpointMetaData.java
===================================================================
---
stack/native/branches/dlofthouse/JBWS-2187/modules/core/src/main/java/org/jboss/ws/metadata/umdm/EndpointMetaData.java 2008-07-20
12:58:48 UTC (rev 7864)
+++
stack/native/branches/dlofthouse/JBWS-2187/modules/core/src/main/java/org/jboss/ws/metadata/umdm/EndpointMetaData.java 2008-07-20
14:52:05 UTC (rev 7865)
@@ -798,6 +798,13 @@
}
}
+ /**
+ * The factory method to create and initialise a new EndpointConfigMetaData, the
current
+ * EndpointConfigMetaData will be used as the base to backup the RMMD.
+ *
+ * This method does not set the EndpointConfigMetaData as it can be used by clients to
create
+ * a local configuration not stored in the EndpointMetaData.
+ */
protected EndpointConfigMetaData createEndpointConfigMetaData(String configName,
String configFile)
{
EndpointConfigMetaData ecmd = new EndpointConfigMetaData(this);
Show replies by date