Author: objectiser
Date: 2010-11-25 13:35:28 -0500 (Thu, 25 Nov 2010)
New Revision: 1160
Modified:
dsp/trunk/samples/deployer/src/main/java/org/jboss/soa/dsp/example/WSDeployer.java
Log:
Modified:
dsp/trunk/samples/deployer/src/main/java/org/jboss/soa/dsp/example/WSDeployer.java
===================================================================
---
dsp/trunk/samples/deployer/src/main/java/org/jboss/soa/dsp/example/WSDeployer.java 2010-11-25
13:20:36 UTC (rev 1159)
+++
dsp/trunk/samples/deployer/src/main/java/org/jboss/soa/dsp/example/WSDeployer.java 2010-11-25
18:35:28 UTC (rev 1160)
@@ -38,6 +38,14 @@
public WSDeployer() {
}
+ /**
+ * Deploy the web service, using the artifacts contained within the supplied the root
folder
+ * and based on the WSDL definition located in the supplied WSDL file.
+ *
+ * @param root The root folder containing the artifacts to be included in the web
service
+ * @param wsdlFile The WSDL definition upon which the web service interface will be
based
+ * @return The service endpoint reference of the deployed web service
+ */
public ServiceEndpointReference deploy(java.io.File root, java.io.File wsdlFile) throws
Exception {
ClassLoader cl=WSDeployer.class.getClassLoader();
Show replies by date