Uses of Class
org.wso2.carbon.wsdl2code.stub.types.carbon.CodegenDownloadData
-
Packages that use CodegenDownloadData Package Description org.wso2.carbon.wsdl2code.stub org.wso2.carbon.wsdl2code.stub.types.carbon -
-
Uses of CodegenDownloadData in org.wso2.carbon.wsdl2code.stub
Fields in org.wso2.carbon.wsdl2code.stub declared as CodegenDownloadData Modifier and Type Field Description protected CodegenDownloadData
CodegenForCXFResponse. local_return
field for _returnprotected CodegenDownloadData
CodegenResponse. local_return
field for _returnMethods in org.wso2.carbon.wsdl2code.stub that return CodegenDownloadData Modifier and Type Method Description CodegenDownloadData
WSDL2CodeService. codegen(String[] options3)
Auto generated method signatureCodegenDownloadData
WSDL2CodeServiceStub. codegen(String[] options11)
Auto generated method signatureCodegenDownloadData
WSDL2CodeService. codegenForCXF(String[] options7)
Auto generated method signatureCodegenDownloadData
WSDL2CodeServiceStub. codegenForCXF(String[] options15)
Auto generated method signatureCodegenDownloadData
CodegenForCXFResponse. get_return()
Auto generated getter methodCodegenDownloadData
CodegenResponse. get_return()
Auto generated getter methodMethods in org.wso2.carbon.wsdl2code.stub with parameters of type CodegenDownloadData Modifier and Type Method Description void
WSDL2CodeServiceCallbackHandler. receiveResultcodegen(CodegenDownloadData result)
auto generated Axis2 call back method for codegen method override this method for handling normal response from codegen operationvoid
WSDL2CodeServiceCallbackHandler. receiveResultcodegenForCXF(CodegenDownloadData result)
auto generated Axis2 call back method for codegenForCXF method override this method for handling normal response from codegenForCXF operationvoid
CodegenForCXFResponse. set_return(CodegenDownloadData param)
Auto generated setter methodvoid
CodegenResponse. set_return(CodegenDownloadData param)
Auto generated setter method -
Uses of CodegenDownloadData in org.wso2.carbon.wsdl2code.stub.types.carbon
Methods in org.wso2.carbon.wsdl2code.stub.types.carbon that return CodegenDownloadData Modifier and Type Method Description static CodegenDownloadData
CodegenDownloadData.Factory. parse(XMLStreamReader reader)
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-