Package | Description |
---|---|
org.wso2.carbon.inbound.endpoint.persistence |
Modifier and Type | Method and Description |
---|---|
static Map<Integer,List<InboundEndpointInfoDTO>> |
PersistenceUtils.convertOMToEndpointListeningInfo(org.apache.axiom.om.OMElement endpointInfoOM)
Create EndpointInfo from OMElement
|
Map<Integer,List<InboundEndpointInfoDTO>> |
InboundEndpointsDataStore.getAllListeningEndpointData()
Get details of all endpoints
|
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
PersistenceUtils.convertEndpointInfoToOM(Map<Integer,List<InboundEndpointInfoDTO>> endpointInfo,
Map<String,Set<String>> endpointPollingInfo)
Convert EndpointInfo to a OMElement
|
Copyright © 2017 WSO2. All rights reserved.