Package org.wso2.carbon.inbound.stub
Interface InboundAdmin
-
- All Known Implementing Classes:
InboundAdminStub
public interface InboundAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addInboundEndpoint(String name27, String sequence28, String onError29, String protocol30, String classImpl31, String suspend32, ParameterDTO[] lParameterDTOs33)
Auto generated method signature for Asynchronous Invocationsvoid
addInboundEndpointFromXMLString(String inboundElement58)
Auto generated method signature for Asynchronous InvocationsString
disableStatistics(String inboundEndpointName23)
Auto generated method signatureString
disableTracing(String inboundEndpointName43)
Auto generated method signatureString
enableStatistics(String inboundEndpointName19)
Auto generated method signatureString
enableTracing(String inboundEndpointName35)
Auto generated method signatureInboundEndpointDTO[]
getAllInboundEndpointNames()
Auto generated method signatureInboundEndpointDTO
getInboundEndpointbyName(String endointName39)
Auto generated method signaturevoid
removeInboundEndpoint(String name17)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableStatistics(String inboundEndpointName23, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableTracing(String inboundEndpointName43, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableStatistics(String inboundEndpointName19, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableTracing(String inboundEndpointName35, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetInboundEndpointbyName(String endointName39, InboundAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateInboundEndpoint(String name47, String sequence48, String onError49, String protocol50, String classImpl51, String suspend52, ParameterDTO[] lParameterDTOs53)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
removeInboundEndpoint
void removeInboundEndpoint(String name17) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature for Asynchronous Invocations
-
enableStatistics
String enableStatistics(String inboundEndpointName19) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Parameters:
enableStatistics18
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
startenableStatistics
void startenableStatistics(String inboundEndpointName19, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
enableStatistics18
-- Throws:
RemoteException
-
disableStatistics
String disableStatistics(String inboundEndpointName23) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Parameters:
disableStatistics22
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
startdisableStatistics
void startdisableStatistics(String inboundEndpointName23, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
disableStatistics22
-- Throws:
RemoteException
-
addInboundEndpoint
void addInboundEndpoint(String name27, String sequence28, String onError29, String protocol30, String classImpl31, String suspend32, ParameterDTO[] lParameterDTOs33) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature for Asynchronous Invocations
-
enableTracing
String enableTracing(String inboundEndpointName35) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Parameters:
enableTracing34
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
startenableTracing
void startenableTracing(String inboundEndpointName35, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
enableTracing34
-- Throws:
RemoteException
-
getInboundEndpointbyName
InboundEndpointDTO getInboundEndpointbyName(String endointName39) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Parameters:
getInboundEndpointbyName38
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
startgetInboundEndpointbyName
void startgetInboundEndpointbyName(String endointName39, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getInboundEndpointbyName38
-- Throws:
RemoteException
-
disableTracing
String disableTracing(String inboundEndpointName43) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Parameters:
disableTracing42
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
startdisableTracing
void startdisableTracing(String inboundEndpointName43, InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
disableTracing42
-- Throws:
RemoteException
-
updateInboundEndpoint
void updateInboundEndpoint(String name47, String sequence48, String onError49, String protocol50, String classImpl51, String suspend52, ParameterDTO[] lParameterDTOs53) throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature for Asynchronous Invocations
-
getAllInboundEndpointNames
InboundEndpointDTO[] getAllInboundEndpointNames() throws RemoteException, InboundAdminInboundManagementException
Auto generated method signature- Parameters:
getAllInboundEndpointNames54
-- Throws:
InboundAdminInboundManagementException
- :RemoteException
-
startgetAllInboundEndpointNames
void startgetAllInboundEndpointNames(InboundAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllInboundEndpointNames54
-- Throws:
RemoteException
-
addInboundEndpointFromXMLString
void addInboundEndpointFromXMLString(String inboundElement58) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
-