public class CarbonInboundManagementService
extends org.wso2.carbon.mediation.initializer.AbstractServiceBusAdmin
| Constructor and Description |
|---|
CarbonInboundManagementService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInboundEndpoint(String name,
String sequence,
String onError,
String protocol,
String classImpl,
String suspend,
ParameterDTO[] lParameterDTOs)
Create inbound EP based on the given parameters
|
void |
addInboundEndpointFromXMLString(String inboundElement)
Adds new inbound endpoint from XML Config
|
String |
disableStatistics(String inboundEndpointName) |
String |
disableTracing(String inboundEndpointName) |
String |
enableStatistics(String inboundEndpointName) |
String |
enableTracing(String inboundEndpointName) |
InboundEndpointDTO[] |
getAllInboundEndpointNames()
Get all the inbound endpoins available.
|
InboundEndpointDTO |
getInboundEndpointbyName(String endointName)
Get specific inbound ep by name
|
void |
removeInboundEndpoint(String name)
Removes the given inbound endpoint
|
void |
updateInboundEndpoint(String name,
String sequence,
String onError,
String protocol,
String classImpl,
String suspend,
ParameterDTO[] lParameterDTOs)
Update inbound endpoint with given parameters
|
getLock, getMediationPersistenceManager, getServerConfigurationInformation, getServerContextInformation, getSynapseConfiguration, getSynapseEnvironment, getSynapseEnvironment, lockSynapseConfiguration, unlockSynapseConfigurationgetAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamppublic InboundEndpointDTO[] getAllInboundEndpointNames() throws InboundManagementException
InboundManagementExceptionpublic InboundEndpointDTO getInboundEndpointbyName(String endointName) throws InboundManagementException
endointName - InboundManagementExceptionpublic void addInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspend, ParameterDTO[] lParameterDTOs) throws InboundManagementException
name - sequence - onError - protocol - classImpl - sParams - InboundManagementExceptionpublic void addInboundEndpointFromXMLString(String inboundElement)
inboundElement - public void updateInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspend, ParameterDTO[] lParameterDTOs) throws InboundManagementException
name - sequence - onError - protocol - classImpl - lParameterDTOs - InboundManagementExceptionpublic void removeInboundEndpoint(String name) throws InboundManagementException
name - InboundManagementExceptionpublic String enableStatistics(String inboundEndpointName) throws InboundManagementException
InboundManagementExceptionpublic String disableStatistics(String inboundEndpointName) throws InboundManagementException
InboundManagementExceptionpublic String enableTracing(String inboundEndpointName) throws InboundManagementException
InboundManagementExceptionpublic String disableTracing(String inboundEndpointName) throws InboundManagementException
InboundManagementExceptionCopyright © 2019 WSO2. All rights reserved.