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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java2WSDL
public Java2WSDL()
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.
Copyright © 2015 WSO2. All rights reserved.