Uses of Class
org.wso2.carbon.inbound.ui.internal.ParamDTO
-
-
Uses of ParamDTO in org.wso2.carbon.inbound.ui.internal
Method parameters in org.wso2.carbon.inbound.ui.internal with type arguments of type ParamDTO Modifier and Type Method Description boolean
InboundManagementClient. addInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspended, List<ParamDTO> lParameters)
boolean
InboundManagementClient. updteInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspended, List<ParamDTO> lParameters)
-