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
FieldsModifier and TypeFieldDescriptionprotected org.wso2.carbon.inbound.endpoint.persistence.InboundEndpointsDataStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndpointName(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, waitMethods inherited from interface org.wso2.carbon.inbound.endpoint.common.InboundEndpointManager
closeEndpoint, startEndpoint, startListener
-
Field Details
-
dataStore
protected org.wso2.carbon.inbound.endpoint.persistence.InboundEndpointsDataStore dataStore
-
-
Constructor Details
-
AbstractInboundEndpointManager
protected AbstractInboundEndpointManager()
-
-
Method Details
-
getEndpointName
Description copied from interface:InboundEndpointManagerGet endpoint name from underlying store for particular port and tenant domain.- Specified by:
getEndpointNamein interfaceInboundEndpointManager- Parameters:
port-domain-
-