Package org.wso2.carbon.java2wsdl
Class Java2WSDL
java.lang.Object
org.wso2.carbon.java2wsdl.Java2WSDL
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 -
Method Summary
Modifier and TypeMethodDescriptionjava2wsdlWithResources(String[] options, String[] uuids) This is the fall though method for wsdlview.
-
Constructor Details
-
Java2WSDL
public Java2WSDL()
-
-
Method Details
-
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.
-