Uses of Class
org.wso2.carbon.inbound.ParameterDTO
-
-
Uses of ParameterDTO in org.wso2.carbon.inbound
Methods in org.wso2.carbon.inbound that return ParameterDTO Modifier and Type Method Description ParameterDTO[]
InboundEndpointDTO. getParameters()
Methods in org.wso2.carbon.inbound with parameters of type ParameterDTO 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 parametersvoid
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
-