Package org.wso2.carbon.inbound.stub
Class InboundAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.inbound.stub.InboundAdminStub
-
- All Implemented Interfaces:
InboundAdmin
public class InboundAdminStub extends org.apache.axis2.client.Stub implements InboundAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description InboundAdminStub()
Default ConstructorInboundAdminStub(String targetEndpoint)
Constructor taking the target endpointInboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorInboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextInboundAdminStub(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 void
addInboundEndpoint(String name70, String sequence71, String onError72, String protocol73, String classImpl74, String suspend75, ParameterDTO[] lParameterDTOs76)
Auto generated method signaturevoid
addInboundEndpointFromXMLString(String inboundElement101)
Auto generated method signatureString
disableStatistics(String inboundEndpointName66)
Auto generated method signatureString
disableTracing(String inboundEndpointName86)
Auto generated method signatureString
enableStatistics(String inboundEndpointName62)
Auto generated method signatureString
enableTracing(String inboundEndpointName78)
Auto generated method signatureInboundEndpointDTO[]
getAllInboundEndpointNames()
Auto generated method signatureInboundEndpointDTO
getInboundEndpointbyName(String endointName82)
Auto generated method signaturevoid
removeInboundEndpoint(String name60)
Auto generated method signaturevoid
startdisableStatistics(String inboundEndpointName66, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableTracing(String inboundEndpointName86, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableStatistics(String inboundEndpointName62, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableTracing(String inboundEndpointName78, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetInboundEndpointbyName(String endointName82, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateInboundEndpoint(String name90, String sequence91, String onError92, String protocol93, String classImpl94, String suspend95, ParameterDTO[] lParameterDTOs96)
Auto generated method signature-
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
-
InboundAdminStub
public InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
InboundAdminStub
public InboundAdminStub(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
-
InboundAdminStub
public InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
InboundAdminStub
public InboundAdminStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
InboundAdminStub
public InboundAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
removeInboundEndpoint
public void removeInboundEndpoint(String name60) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
removeInboundEndpoint
in interfaceInboundAdmin
- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
enableStatistics
public String enableStatistics(String inboundEndpointName62) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
enableStatistics
in interfaceInboundAdmin
- Parameters:
enableStatistics61
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
- See Also:
InboundAdmin.enableStatistics(java.lang.String)
-
startenableStatistics
public void startenableStatistics(String inboundEndpointName62, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableStatistics
in interfaceInboundAdmin
- Parameters:
enableStatistics61
-- Throws:
RemoteException
- See Also:
InboundAdmin.startenableStatistics(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
-
disableStatistics
public String disableStatistics(String inboundEndpointName66) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
disableStatistics
in interfaceInboundAdmin
- Parameters:
disableStatistics65
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
- See Also:
InboundAdmin.disableStatistics(java.lang.String)
-
startdisableStatistics
public void startdisableStatistics(String inboundEndpointName66, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableStatistics
in interfaceInboundAdmin
- Parameters:
disableStatistics65
-- Throws:
RemoteException
- See Also:
InboundAdmin.startdisableStatistics(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
-
addInboundEndpoint
public void addInboundEndpoint(String name70, String sequence71, String onError72, String protocol73, String classImpl74, String suspend75, ParameterDTO[] lParameterDTOs76) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
addInboundEndpoint
in interfaceInboundAdmin
- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
enableTracing
public String enableTracing(String inboundEndpointName78) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
enableTracing
in interfaceInboundAdmin
- Parameters:
enableTracing77
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
- See Also:
InboundAdmin.enableTracing(java.lang.String)
-
startenableTracing
public void startenableTracing(String inboundEndpointName78, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableTracing
in interfaceInboundAdmin
- Parameters:
enableTracing77
-- Throws:
RemoteException
- See Also:
InboundAdmin.startenableTracing(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
-
getInboundEndpointbyName
public InboundEndpointDTO getInboundEndpointbyName(String endointName82) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
getInboundEndpointbyName
in interfaceInboundAdmin
- Parameters:
getInboundEndpointbyName81
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
- See Also:
InboundAdmin.getInboundEndpointbyName(java.lang.String)
-
startgetInboundEndpointbyName
public void startgetInboundEndpointbyName(String endointName82, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetInboundEndpointbyName
in interfaceInboundAdmin
- Parameters:
getInboundEndpointbyName81
-- Throws:
RemoteException
- See Also:
InboundAdmin.startgetInboundEndpointbyName(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
-
disableTracing
public String disableTracing(String inboundEndpointName86) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
disableTracing
in interfaceInboundAdmin
- Parameters:
disableTracing85
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
- See Also:
InboundAdmin.disableTracing(java.lang.String)
-
startdisableTracing
public void startdisableTracing(String inboundEndpointName86, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableTracing
in interfaceInboundAdmin
- Parameters:
disableTracing85
-- Throws:
RemoteException
- See Also:
InboundAdmin.startdisableTracing(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
-
updateInboundEndpoint
public void updateInboundEndpoint(String name90, String sequence91, String onError92, String protocol93, String classImpl94, String suspend95, ParameterDTO[] lParameterDTOs96) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
updateInboundEndpoint
in interfaceInboundAdmin
- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
getAllInboundEndpointNames
public InboundEndpointDTO[] getAllInboundEndpointNames() throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Specified by:
getAllInboundEndpointNames
in interfaceInboundAdmin
- Parameters:
getAllInboundEndpointNames97
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
- See Also:
InboundAdmin.getAllInboundEndpointNames()
-
startgetAllInboundEndpointNames
public void startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllInboundEndpointNames
in interfaceInboundAdmin
- Parameters:
getAllInboundEndpointNames97
-- Throws:
RemoteException
- See Also:
InboundAdmin.startgetAllInboundEndpointNames(org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
-
addInboundEndpointFromXMLString
public void addInboundEndpointFromXMLString(String inboundElement101) throws RemoteException
Auto generated method signature- Specified by:
addInboundEndpointFromXMLString
in interfaceInboundAdmin
- Throws:
RemoteException
-
-