Class CommandMediatorAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.mediator.command.admin.stub.types.CommandMediatorAdminStub
-
- All Implemented Interfaces:
CommandMediatorAdmin
public class CommandMediatorAdminStub extends org.apache.axis2.client.Stub implements CommandMediatorAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description CommandMediatorAdminStub()
Default ConstructorCommandMediatorAdminStub(String targetEndpoint)
Constructor taking the target endpointCommandMediatorAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorCommandMediatorAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextCommandMediatorAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getClassSetProps(String className5)
Auto generated method signaturevoid
startgetClassSetProps(String className5, CommandMediatorAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
CommandMediatorAdminStub
public CommandMediatorAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
CommandMediatorAdminStub
public CommandMediatorAdminStub(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
-
CommandMediatorAdminStub
public CommandMediatorAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
CommandMediatorAdminStub
public CommandMediatorAdminStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
CommandMediatorAdminStub
public CommandMediatorAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
getClassSetProps
public String[] getClassSetProps(String className5) throws RemoteException
Auto generated method signature- Specified by:
getClassSetProps
in interfaceCommandMediatorAdmin
- Parameters:
getClassSetProps4
-- Throws:
RemoteException
- See Also:
CommandMediatorAdmin.getClassSetProps(java.lang.String)
-
startgetClassSetProps
public void startgetClassSetProps(String className5, CommandMediatorAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetClassSetProps
in interfaceCommandMediatorAdmin
- Parameters:
getClassSetProps4
-- Throws:
RemoteException
- See Also:
CommandMediatorAdmin.startgetClassSetProps(java.lang.String, org.wso2.carbon.mediator.command.admin.stub.types.CommandMediatorAdminCallbackHandler)
-
-