public class WSDL2CodeClient extends Object
Modifier and Type | Field and Description |
---|---|
org.wso2.carbon.wsdl2code.stub.WSDL2CodeServiceStub |
stub |
Constructor and Description |
---|
WSDL2CodeClient(org.apache.axis2.context.ConfigurationContext configContext,
String backendServerURL,
String cookie) |
Modifier and Type | Method and Description |
---|---|
void |
codeGen(String[] options,
javax.servlet.http.HttpServletResponse response)
invoke the back-end code generation methods and prompt to download the resulting zip file
containing generated code
|
void |
codeGenForCXF(String[] options,
javax.servlet.http.HttpServletResponse response)
invoke the back-end CXF code generation methods and prompt to download the resulting zip file
containing generated code
|
public void codeGen(String[] options, javax.servlet.http.HttpServletResponse response) throws org.apache.axis2.AxisFault
options
- - code generation optionsresponse
- - http servlet responseorg.apache.axis2.AxisFault
- in case of errorpublic void codeGenForCXF(String[] options, javax.servlet.http.HttpServletResponse response) throws org.apache.axis2.AxisFault
options
- - code generation optionsresponse
- - http servlet responseorg.apache.axis2.AxisFault
- in case of errorCopyright © 2017 WSO2. All rights reserved.