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 inboundElement85)
Auto generated method signature
|
String |
disableStatistics(String inboundEndpointName66)
Auto generated method signature
|
String |
disableTracing(String inboundEndpointName95)
Auto generated method signature
|
String |
enableStatistics(String inboundEndpointName99)
Auto generated method signature
|
String |
enableTracing(String inboundEndpointName62)
Auto generated method signature
|
InboundEndpointDTO[] |
getAllInboundEndpointNames()
Auto generated method signature
|
InboundEndpointDTO |
getInboundEndpointbyName(String endointName78)
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 inboundEndpointName95,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String inboundEndpointName99,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String inboundEndpointName62,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetInboundEndpointbyName(String endointName78,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateInboundEndpoint(String name87,
String sequence88,
String onError89,
String protocol90,
String classImpl91,
String suspend92,
ParameterDTO[] lParameterDTOs93)
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 enableTracing(String inboundEndpointName62) throws RemoteException, InboundAdminInboundManagementException
enableTracing
in interface InboundAdmin
enableTracing61
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.enableTracing(java.lang.String)
public void startenableTracing(String inboundEndpointName62, InboundAdminCallbackHandler callback) throws RemoteException
startenableTracing
in interface InboundAdmin
enableTracing61
- RemoteException
InboundAdmin.startenableTracing(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 InboundEndpointDTO getInboundEndpointbyName(String endointName78) throws RemoteException, InboundAdminInboundManagementException
getInboundEndpointbyName
in interface InboundAdmin
getInboundEndpointbyName77
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.getInboundEndpointbyName(java.lang.String)
public void startgetInboundEndpointbyName(String endointName78, InboundAdminCallbackHandler callback) throws RemoteException
startgetInboundEndpointbyName
in interface InboundAdmin
getInboundEndpointbyName77
- RemoteException
InboundAdmin.startgetInboundEndpointbyName(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public InboundEndpointDTO[] getAllInboundEndpointNames() throws RemoteException, InboundAdminInboundManagementException
getAllInboundEndpointNames
in interface InboundAdmin
getAllInboundEndpointNames81
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.getAllInboundEndpointNames()
public void startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback) throws RemoteException
startgetAllInboundEndpointNames
in interface InboundAdmin
getAllInboundEndpointNames81
- RemoteException
InboundAdmin.startgetAllInboundEndpointNames(org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public void addInboundEndpointFromXMLString(String inboundElement85) throws RemoteException
addInboundEndpointFromXMLString
in interface InboundAdmin
RemoteException
public void updateInboundEndpoint(String name87, String sequence88, String onError89, String protocol90, String classImpl91, String suspend92, ParameterDTO[] lParameterDTOs93) throws RemoteException, InboundAdminInboundManagementException
updateInboundEndpoint
in interface InboundAdmin
InboundAdminInboundManagementException
- :RemoteException
public String disableTracing(String inboundEndpointName95) throws RemoteException, InboundAdminInboundManagementException
disableTracing
in interface InboundAdmin
disableTracing94
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.disableTracing(java.lang.String)
public void startdisableTracing(String inboundEndpointName95, InboundAdminCallbackHandler callback) throws RemoteException
startdisableTracing
in interface InboundAdmin
disableTracing94
- RemoteException
InboundAdmin.startdisableTracing(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
public String enableStatistics(String inboundEndpointName99) throws RemoteException, InboundAdminInboundManagementException
enableStatistics
in interface InboundAdmin
enableStatistics98
- InboundAdminInboundManagementException
- :RemoteException
InboundAdmin.enableStatistics(java.lang.String)
public void startenableStatistics(String inboundEndpointName99, InboundAdminCallbackHandler callback) throws RemoteException
startenableStatistics
in interface InboundAdmin
enableStatistics98
- RemoteException
InboundAdmin.startenableStatistics(java.lang.String, org.wso2.carbon.inbound.stub.InboundAdminCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.