Package org.wso2.carbon.wsdl2code.stub
Class WSDL2CodeServiceStub
java.lang.Object
org.apache.axis2.client.Stub
org.wso2.carbon.wsdl2code.stub.WSDL2CodeServiceStub
- All Implemented Interfaces:
WSDL2CodeService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.description.AxisOperation[]Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules -
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorWSDL2CodeServiceStub(String targetEndpoint) Constructor taking the target endpointWSDL2CodeServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) Default ConstructorWSDL2CodeServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) Constructor that takes in a configContextWSDL2CodeServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) Constructor that takes in a configContext and useseperate listner -
Method Summary
Modifier and TypeMethodDescriptionAuto generated method signaturecodegenForCXF(String[] options15) Auto generated method signaturevoidstartcodegen(String[] options11, WSDL2CodeServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartcodegenForCXF(String[] options15, WSDL2CodeServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsMethods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
Field Details
-
_operations
protected org.apache.axis2.description.AxisOperation[] _operations
-
-
Constructor Details
-
WSDL2CodeServiceStub
public WSDL2CodeServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
WSDL2CodeServiceStub
public WSDL2CodeServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
WSDL2CodeServiceStub
public WSDL2CodeServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault Default Constructor- Throws:
org.apache.axis2.AxisFault
-
WSDL2CodeServiceStub
public WSDL2CodeServiceStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
WSDL2CodeServiceStub
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Details
-
codegen
Auto generated method signature- Specified by:
codegenin interfaceWSDL2CodeService- Parameters:
codegen10-- Throws:
RemoteException- See Also:
-
startcodegen
public void startcodegen(String[] options11, WSDL2CodeServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startcodegenin interfaceWSDL2CodeService- Parameters:
codegen10-- Throws:
RemoteException- See Also:
-
codegenForCXF
Auto generated method signature- Specified by:
codegenForCXFin interfaceWSDL2CodeService- Parameters:
codegenForCXF14-- Throws:
RemoteException- See Also:
-
startcodegenForCXF
public void startcodegenForCXF(String[] options15, WSDL2CodeServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startcodegenForCXFin interfaceWSDL2CodeService- Parameters:
codegenForCXF14-- Throws:
RemoteException- See Also:
-