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 CodegenDownloadDataCodegenForCXFResponse. local_returnfield for _returnprotected CodegenDownloadDataCodegenResponse. local_returnfield for _returnMethods in org.wso2.carbon.wsdl2code.stub that return CodegenDownloadData Modifier and Type Method Description CodegenDownloadDataWSDL2CodeService. codegen(String[] options3)Auto generated method signatureCodegenDownloadDataWSDL2CodeServiceStub. codegen(String[] options11)Auto generated method signatureCodegenDownloadDataWSDL2CodeService. codegenForCXF(String[] options7)Auto generated method signatureCodegenDownloadDataWSDL2CodeServiceStub. codegenForCXF(String[] options15)Auto generated method signatureCodegenDownloadDataCodegenForCXFResponse. get_return()Auto generated getter methodCodegenDownloadDataCodegenResponse. get_return()Auto generated getter methodMethods in org.wso2.carbon.wsdl2code.stub with parameters of type CodegenDownloadData Modifier and Type Method Description voidWSDL2CodeServiceCallbackHandler. receiveResultcodegen(CodegenDownloadData result)auto generated Axis2 call back method for codegen method override this method for handling normal response from codegen operationvoidWSDL2CodeServiceCallbackHandler. receiveResultcodegenForCXF(CodegenDownloadData result)auto generated Axis2 call back method for codegenForCXF method override this method for handling normal response from codegenForCXF operationvoidCodegenForCXFResponse. set_return(CodegenDownloadData param)Auto generated setter methodvoidCodegenResponse. 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 CodegenDownloadDataCodegenDownloadData.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
-