Package org.wso2.carbon.java2wsdl
Class Java2WSDL
- java.lang.Object
-
- org.wso2.carbon.java2wsdl.Java2WSDL
-
public class Java2WSDL extends Object
This class will generate a WSDL, either version 1.1 or 2.0 for a given java bytecode. Underline implementation uses org.apache.ws.java2wsdl.Java2WSDLCodegenEngine.
-
-
Constructor Summary
Constructors Constructor Description Java2WSDL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringjava2wsdlWithResources(String[] options, String[] uuids)This is the fall though method for wsdlview.
-
-
-
Method Detail
-
java2wsdlWithResources
public String java2wsdlWithResources(String[] options, String[] uuids) throws org.apache.axis2.AxisFault
This is the fall though method for wsdlview. This will check for required resources.- Parameters:
options- options arrayuuids- uuid array- Returns:
- String id
- Throws:
org.apache.axis2.AxisFault- will be thrown.
-
-