Uses of Class
org.wso2.carbon.inbound.InboundManagementException
-
-
Uses of InboundManagementException in org.wso2.carbon.inbound
Methods in org.wso2.carbon.inbound that throw InboundManagementException Modifier and Type Method Description void
CarbonInboundManagementService. addInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspend, ParameterDTO[] lParameterDTOs)
Create inbound EP based on the given parametersString
CarbonInboundManagementService. disableStatistics(String inboundEndpointName)
String
CarbonInboundManagementService. disableTracing(String inboundEndpointName)
String
CarbonInboundManagementService. enableStatistics(String inboundEndpointName)
String
CarbonInboundManagementService. enableTracing(String inboundEndpointName)
InboundEndpointDTO[]
CarbonInboundManagementService. getAllInboundEndpointNames()
Get all the inbound endpoins available.InboundEndpointDTO
CarbonInboundManagementService. getInboundEndpointbyName(String endointName)
Get specific inbound ep by namevoid
CarbonInboundManagementService. removeInboundEndpoint(String name)
Removes the given inbound endpointvoid
CarbonInboundManagementService. updateInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspend, ParameterDTO[] lParameterDTOs)
Update inbound endpoint with given parameters
-