public class InboundAdminStub extends org.apache.axis2.client.Stub implements InboundAdmin
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
InboundAdminStub()
Default Constructor
|
InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
InboundAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addInboundEndpoint(String name70,
String sequence71,
String onError72,
String protocol73,
String classImpl74,
String suspend75,
ParameterDTO[] lParameterDTOs76)
Auto generated method signature
|
void |
addInboundEndpointFromXMLString(String inboundElement101)
Auto generated method signature
|
String |
disableStatistics(String inboundEndpointName66)
Auto generated method signature
|
String |
disableTracing(String inboundEndpointName86)
Auto generated method signature
|
String |
enableStatistics(String inboundEndpointName62)
Auto generated method signature
|
String |
enableTracing(String inboundEndpointName78)
Auto generated method signature
|
InboundEndpointDTO[] |
getAllInboundEndpointNames()
Auto generated method signature
|
InboundEndpointDTO |
getInboundEndpointbyName(String endointName82)
Auto generated method signature
|
void |
removeInboundEndpoint(String name60)
Auto generated method signature
|
void |
startdisableStatistics(String inboundEndpointName66,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableTracing(String inboundEndpointName86,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String inboundEndpointName62,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String inboundEndpointName78,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetInboundEndpointbyName(String endointName82,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateInboundEndpoint(String name90,
String sequence91,
String onError92,
String protocol93,
String classImpl94,
String suspend95,
ParameterDTO[] lParameterDTOs96)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public InboundAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public InboundAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public InboundAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void removeInboundEndpoint(String name60) throws RemoteException, InboundAdminInboundManagementException
removeInboundEndpoint
in interface InboundAdmin
InboundAdminInboundManagementException
- :RemoteException
public String enableStatistics(String inboundEndpointName62) throws RemoteException, InboundAdminInboundManagementException
enableStatistics
in interface InboundAdmin
enableStatistics61
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.enableStatistics(java.lang.String)
public void startenableStatistics(String inboundEndpointName62, InboundAdminCallbackHandler callback) throws RemoteException
startenableStatistics
in interface InboundAdmin
enableStatistics61
- RemoteException
InboundAdmin.startenableStatistics(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public String disableStatistics(String inboundEndpointName66) throws RemoteException, InboundAdminInboundManagementException
disableStatistics
in interface InboundAdmin
disableStatistics65
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.disableStatistics(java.lang.String)
public void startdisableStatistics(String inboundEndpointName66, InboundAdminCallbackHandler callback) throws RemoteException
startdisableStatistics
in interface InboundAdmin
disableStatistics65
- RemoteException
InboundAdmin.startdisableStatistics(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public void addInboundEndpoint(String name70, String sequence71, String onError72, String protocol73, String classImpl74, String suspend75, ParameterDTO[] lParameterDTOs76) throws RemoteException, InboundAdminInboundManagementException
addInboundEndpoint
in interface InboundAdmin
InboundAdminInboundManagementException
- :RemoteException
public String enableTracing(String inboundEndpointName78) throws RemoteException, InboundAdminInboundManagementException
enableTracing
in interface InboundAdmin
enableTracing77
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.enableTracing(java.lang.String)
public void startenableTracing(String inboundEndpointName78, InboundAdminCallbackHandler callback) throws RemoteException
startenableTracing
in interface InboundAdmin
enableTracing77
- RemoteException
InboundAdmin.startenableTracing(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public InboundEndpointDTO getInboundEndpointbyName(String endointName82) throws RemoteException, InboundAdminInboundManagementException
getInboundEndpointbyName
in interface InboundAdmin
getInboundEndpointbyName81
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.getInboundEndpointbyName(java.lang.String)
public void startgetInboundEndpointbyName(String endointName82, InboundAdminCallbackHandler callback) throws RemoteException
startgetInboundEndpointbyName
in interface InboundAdmin
getInboundEndpointbyName81
- RemoteException
InboundAdmin.startgetInboundEndpointbyName(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public String disableTracing(String inboundEndpointName86) throws RemoteException, InboundAdminInboundManagementException
disableTracing
in interface InboundAdmin
disableTracing85
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.disableTracing(java.lang.String)
public void startdisableTracing(String inboundEndpointName86, InboundAdminCallbackHandler callback) throws RemoteException
startdisableTracing
in interface InboundAdmin
disableTracing85
- RemoteException
InboundAdmin.startdisableTracing(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public void updateInboundEndpoint(String name90, String sequence91, String onError92, String protocol93, String classImpl94, String suspend95, ParameterDTO[] lParameterDTOs96) throws RemoteException, InboundAdminInboundManagementException
updateInboundEndpoint
in interface InboundAdmin
InboundAdminInboundManagementException
- :RemoteException
public InboundEndpointDTO[] getAllInboundEndpointNames() throws RemoteException, InboundAdminInboundManagementException
getAllInboundEndpointNames
in interface InboundAdmin
getAllInboundEndpointNames97
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.getAllInboundEndpointNames()
public void startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback) throws RemoteException
startgetAllInboundEndpointNames
in interface InboundAdmin
getAllInboundEndpointNames97
- RemoteException
InboundAdmin.startgetAllInboundEndpointNames(org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public void addInboundEndpointFromXMLString(String inboundElement101) throws RemoteException
addInboundEndpointFromXMLString
in interface InboundAdmin
RemoteException
Copyright © 2018 WSO2. All rights reserved.