Uses of Class
org.wso2.carbon.inbound.endpoint.persistence.InboundEndpointInfoDTO
-
Packages that use InboundEndpointInfoDTO Package Description org.wso2.carbon.inbound.endpoint.persistence -
-
Uses of InboundEndpointInfoDTO in org.wso2.carbon.inbound.endpoint.persistence
Methods in org.wso2.carbon.inbound.endpoint.persistence that return types with arguments of type InboundEndpointInfoDTO Modifier and Type Method Description static Map<Integer,List<InboundEndpointInfoDTO>>PersistenceUtils. convertOMToEndpointListeningInfo(org.apache.axiom.om.OMElement endpointInfoOM)Create EndpointInfo from OMElementMap<Integer,List<InboundEndpointInfoDTO>>InboundEndpointsDataStore. getAllListeningEndpointData()Get details of all endpointsMethod parameters in org.wso2.carbon.inbound.endpoint.persistence with type arguments of type InboundEndpointInfoDTO Modifier and Type Method Description static org.apache.axiom.om.OMElementPersistenceUtils. convertEndpointInfoToOM(Map<Integer,List<InboundEndpointInfoDTO>> endpointInfo, Map<String,Set<String>> endpointPollingInfo)Convert EndpointInfo to a OMElement
-