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 inboundElement42)
Auto generated method signature for Asynchronous Invocations
|
String |
disableStatistics(String inboundEndpointName23)
Auto generated method signature
|
String |
disableTracing(String inboundEndpointName52)
Auto generated method signature
|
String |
enableStatistics(String inboundEndpointName56)
Auto generated method signature
|
String |
enableTracing(String inboundEndpointName19)
Auto generated method signature
|
InboundEndpointDTO[] |
getAllInboundEndpointNames()
Auto generated method signature
|
InboundEndpointDTO |
getInboundEndpointbyName(String endointName35)
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 inboundEndpointName52,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String inboundEndpointName56,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String inboundEndpointName19,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetInboundEndpointbyName(String endointName35,
InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateInboundEndpoint(String name44,
String sequence45,
String onError46,
String protocol47,
String classImpl48,
String suspend49,
ParameterDTO[] lParameterDTOs50)
Auto generated method signature for Asynchronous Invocations
|
void removeInboundEndpoint(String name17) throws RemoteException, InboundAdminInboundManagementException
String enableTracing(String inboundEndpointName19) throws RemoteException, InboundAdminInboundManagementException
enableTracing18
- InboundAdminInboundManagementException
- :RemoteException
void startenableTracing(String inboundEndpointName19, InboundAdminCallbackHandler callback) throws RemoteException
enableTracing18
- 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
InboundEndpointDTO getInboundEndpointbyName(String endointName35) throws RemoteException, InboundAdminInboundManagementException
getInboundEndpointbyName34
- InboundAdminInboundManagementException
- :RemoteException
void startgetInboundEndpointbyName(String endointName35, InboundAdminCallbackHandler callback) throws RemoteException
getInboundEndpointbyName34
- RemoteException
InboundEndpointDTO[] getAllInboundEndpointNames() throws RemoteException, InboundAdminInboundManagementException
getAllInboundEndpointNames38
- InboundAdminInboundManagementException
- :RemoteException
void startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback) throws RemoteException
getAllInboundEndpointNames38
- RemoteException
void addInboundEndpointFromXMLString(String inboundElement42) throws RemoteException
RemoteException
void updateInboundEndpoint(String name44, String sequence45, String onError46, String protocol47, String classImpl48, String suspend49, ParameterDTO[] lParameterDTOs50) throws RemoteException, InboundAdminInboundManagementException
String disableTracing(String inboundEndpointName52) throws RemoteException, InboundAdminInboundManagementException
disableTracing51
- InboundAdminInboundManagementException
- :RemoteException
void startdisableTracing(String inboundEndpointName52, InboundAdminCallbackHandler callback) throws RemoteException
disableTracing51
- RemoteException
String enableStatistics(String inboundEndpointName56) throws RemoteException, InboundAdminInboundManagementException
enableStatistics55
- InboundAdminInboundManagementException
- :RemoteException
void startenableStatistics(String inboundEndpointName56, InboundAdminCallbackHandler callback) throws RemoteException
enableStatistics55
- RemoteException
Copyright © 2017 WSO2. All rights reserved.