Uses of Interface
org.talend.esb.servicelocator.client.Endpoint

Packages that use Endpoint
org.talend.esb.servicelocator.client   
org.talend.esb.servicelocator.client.internal   
org.talend.esb.servicelocator.cxf.internal   
 

Uses of Endpoint in org.talend.esb.servicelocator.client
 

Subinterfaces of Endpoint in org.talend.esb.servicelocator.client
 interface SLEndpoint
          An SLEndpoint describes a service endpoint stored in the ServiceLocator.
 

Classes in org.talend.esb.servicelocator.client that implement Endpoint
 class SimpleEndpoint
           
 

Methods in org.talend.esb.servicelocator.client with parameters of type Endpoint
 void ServiceLocator.register(Endpoint eprProvider)
          For a given service register the endpoint as defined in the given EndpointProvider.
 void ServiceLocator.register(Endpoint eprProvider, boolean persistent)
          For a given service register the endpoint as defined in the given EndpointProvider.
 void ServiceLocator.unregister(Endpoint epProvider)
          For a given service unregister a previously registered endpoint.
 

Uses of Endpoint in org.talend.esb.servicelocator.client.internal
 

Classes in org.talend.esb.servicelocator.client.internal that implement Endpoint
 class SLEndpointProvider
           
 

Methods in org.talend.esb.servicelocator.client.internal with parameters of type Endpoint
 byte[] EndpointTransformerImpl.fromEndpoint(Endpoint endpoint, long lastTimeStarted, long lastTimeStopped)
          {@inheritDoc
 byte[] EndpointTransformer.fromEndpoint(Endpoint endpoint, long lastTimeStarted, long lastTimeStopped)
           
 void ServiceLocatorImpl.register(Endpoint epProvider)
          For a given service register the endpoint as defined in the given EndpointProvider.
 void ServiceLocatorImpl.register(Endpoint epProvider, boolean persistent)
           
 void ServiceLocatorImpl.unregister(Endpoint epProvider)
           
 

Uses of Endpoint in org.talend.esb.servicelocator.cxf.internal
 

Classes in org.talend.esb.servicelocator.cxf.internal that implement Endpoint
 class CXFEndpointProvider
           
 



Copyright © 2011–2015 Talend Inc.. All rights reserved.