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