Class AbstractInboundEndpointManager
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.common.AbstractInboundEndpointManager
-
- All Implemented Interfaces:
InboundEndpointManager
- Direct Known Subclasses:
HL7EndpointManager
,HTTPEndpointManager
,HttpWebsocketEndpointManager
,NatsEndpointManager
,WebsocketEndpointManager
public abstract class AbstractInboundEndpointManager extends Object implements InboundEndpointManager
-
-
Field Summary
Fields Modifier and Type Field Description protected org.wso2.carbon.inbound.endpoint.persistence.InboundEndpointsDataStore
dataStore
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractInboundEndpointManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEndpointName(int port, String domain)
Get endpoint name from underlying store for particular port and tenant domain.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wso2.carbon.inbound.endpoint.common.InboundEndpointManager
closeEndpoint, startEndpoint, startListener
-
-
-
-
Method Detail
-
getEndpointName
public String getEndpointName(int port, String domain)
Description copied from interface:InboundEndpointManager
Get endpoint name from underlying store for particular port and tenant domain.- Specified by:
getEndpointName
in interfaceInboundEndpointManager
-
-