Uses of Class
org.wso2.carbon.inbound.endpoint.persistence.InboundEndpointInfoDTO
Packages that use InboundEndpointInfoDTO
-
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 InboundEndpointInfoDTOModifier and TypeMethodDescriptionstatic Map<Integer, List<InboundEndpointInfoDTO>> PersistenceUtils.convertOMToEndpointListeningInfo(org.apache.axiom.om.OMElement endpointInfoOM) Create EndpointInfo from OMElementInboundEndpointsDataStore.getAllListeningEndpointData()Get details of all endpointsMethod parameters in org.wso2.carbon.inbound.endpoint.persistence with type arguments of type InboundEndpointInfoDTOModifier and TypeMethodDescriptionstatic org.apache.axiom.om.OMElementPersistenceUtils.convertEndpointInfoToOM(Map<Integer, List<InboundEndpointInfoDTO>> endpointInfo, Map<String, Set<String>> endpointPollingInfo) Convert EndpointInfo to a OMElement