Class EndpointHolder
- java.lang.Object
-
- org.wso2.carbon.integrator.core.handler.EndpointHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsEndpoint(String endpoint)
org.apache.synapse.endpoints.Endpoint
getEndpoint(String endpoint)
static EndpointHolder
getInstance()
Method to return the instance.void
putEndpoint(String endpointKey, org.apache.synapse.endpoints.Endpoint endpoint)
void
run()
-
-
-
Method Detail
-
getInstance
public static EndpointHolder getInstance()
Method to return the instance.- Returns:
- singleton instance of the class
-
getEndpoint
public org.apache.synapse.endpoints.Endpoint getEndpoint(String endpoint)
-
putEndpoint
public void putEndpoint(String endpointKey, org.apache.synapse.endpoints.Endpoint endpoint)
-
containsEndpoint
public boolean containsEndpoint(String endpoint)
-
-