public class WSDL2CodeClient extends Object
| Modifier and Type | Field and Description |
|---|---|
org.wso2.carbon.wsdl2code.stub.WSDL2CodeServiceStub |
wsdl2CodeServiceStub |
| Constructor and Description |
|---|
WSDL2CodeClient(String backendServerURL,
String sessionCookie) |
WSDL2CodeClient(String backendServerURL,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
codeGen(String[] options)
invoke the back-end code generation methods and prompt to download the resulting zip file
containing generated code
|
DataHandler |
codeGenForCXF(String[] options)
invoke the back-end CXF code generation methods and prompt to download the resulting zip file
containing generated code
|
public org.wso2.carbon.wsdl2code.stub.WSDL2CodeServiceStub wsdl2CodeServiceStub
public WSDL2CodeClient(String backendServerURL, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DataHandler codeGen(String[] options) throws org.apache.axis2.AxisFault
options - - code generation optionsorg.apache.axis2.AxisFault - in case of errorpublic DataHandler codeGenForCXF(String[] options) throws org.apache.axis2.AxisFault
options - - code generation optionsorg.apache.axis2.AxisFault - in case of errorCopyright © 2015 WSO2 Inc. All rights reserved.