public interface InboundAdmin
Modifier and Type | Method and Description |
---|---|
void |
addInboundEndpoint(String name27,
String sequence28,
String onError29,
String protocol30,
String classImpl31,
String suspend32,
ParameterDTO[] lParameterDTOs33)
Auto generated method signature for Asynchronous Invocations
|
void |
addInboundEndpointFromXMLString(String inboundElement58)
Auto generated method signature for Asynchronous Invocations
|
String |
disableStatistics(String inboundEndpointName23)
Auto generated method signature
|
String |
disableTracing(String inboundEndpointName43)
Auto generated method signature
|
String |
enableStatistics(String inboundEndpointName19)
Auto generated method signature
|
String |
enableTracing(String inboundEndpointName35)
Auto generated method signature
|
InboundEndpointDTO[] |
getAllInboundEndpointNames()
Auto generated method signature
|
InboundEndpointDTO |
getInboundEndpointbyName(String endointName39)
Auto generated method signature
|
void |
removeInboundEndpoint(String name17)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableStatistics(String inboundEndpointName23,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableTracing(String inboundEndpointName43,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String inboundEndpointName19,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String inboundEndpointName35,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetInboundEndpointbyName(String endointName39,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateInboundEndpoint(String name47,
String sequence48,
String onError49,
String protocol50,
String classImpl51,
String suspend52,
ParameterDTO[] lParameterDTOs53)
Auto generated method signature for Asynchronous Invocations
|
void removeInboundEndpoint(String name17) throws RemoteException, InboundAdminInboundManagementException
String enableStatistics(String inboundEndpointName19) throws RemoteException, InboundAdminInboundManagementException
enableStatistics18
- InboundAdminInboundManagementException
- :RemoteException
void startenableStatistics(String inboundEndpointName19, InboundAdminCallbackHandler callback) throws RemoteException
enableStatistics18
- RemoteException
String disableStatistics(String inboundEndpointName23) throws RemoteException, InboundAdminInboundManagementException
disableStatistics22
- InboundAdminInboundManagementException
- :RemoteException
void startdisableStatistics(String inboundEndpointName23, InboundAdminCallbackHandler callback) throws RemoteException
disableStatistics22
- RemoteException
void addInboundEndpoint(String name27, String sequence28, String onError29, String protocol30, String classImpl31, String suspend32, ParameterDTO[] lParameterDTOs33) throws RemoteException, InboundAdminInboundManagementException
String enableTracing(String inboundEndpointName35) throws RemoteException, InboundAdminInboundManagementException
enableTracing34
- InboundAdminInboundManagementException
- :RemoteException
void startenableTracing(String inboundEndpointName35, InboundAdminCallbackHandler callback) throws RemoteException
enableTracing34
- RemoteException
InboundEndpointDTO getInboundEndpointbyName(String endointName39) throws RemoteException, InboundAdminInboundManagementException
getInboundEndpointbyName38
- InboundAdminInboundManagementException
- :RemoteException
void startgetInboundEndpointbyName(String endointName39, InboundAdminCallbackHandler callback) throws RemoteException
getInboundEndpointbyName38
- RemoteException
String disableTracing(String inboundEndpointName43) throws RemoteException, InboundAdminInboundManagementException
disableTracing42
- InboundAdminInboundManagementException
- :RemoteException
void startdisableTracing(String inboundEndpointName43, InboundAdminCallbackHandler callback) throws RemoteException
disableTracing42
- RemoteException
void updateInboundEndpoint(String name47, String sequence48, String onError49, String protocol50, String classImpl51, String suspend52, ParameterDTO[] lParameterDTOs53) throws RemoteException, InboundAdminInboundManagementException
InboundEndpointDTO[] getAllInboundEndpointNames() throws RemoteException, InboundAdminInboundManagementException
getAllInboundEndpointNames54
- InboundAdminInboundManagementException
- :RemoteException
void startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback) throws RemoteException
getAllInboundEndpointNames54
- RemoteException
void addInboundEndpointFromXMLString(String inboundElement58) throws RemoteException
RemoteException
Copyright © 2017 WSO2. All rights reserved.