Modifier and Type | Method and 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 parameters
|
String |
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 name
|
void |
CarbonInboundManagementService.removeInboundEndpoint(String name)
Removes the given inbound endpoint
|
void |
CarbonInboundManagementService.updateInboundEndpoint(String name,
String sequence,
String onError,
String protocol,
String classImpl,
String suspend,
ParameterDTO[] lParameterDTOs)
Update inbound endpoint with given parameters
|
Copyright © 2021 WSO2. All rights reserved.