Uses of Interface
org.talend.esb.servicelocator.client.ServiceLocator.PostConnectAction

Packages that use ServiceLocator.PostConnectAction
org.talend.esb.servicelocator.client   
org.talend.esb.servicelocator.client.internal   
org.talend.esb.servicelocator.cxf.internal   
 

Uses of ServiceLocator.PostConnectAction in org.talend.esb.servicelocator.client
 

Methods in org.talend.esb.servicelocator.client with parameters of type ServiceLocator.PostConnectAction
 void ServiceLocator.setPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
          Specify the action to be be executed after the Service Locator has connected to the server.
 

Uses of ServiceLocator.PostConnectAction in org.talend.esb.servicelocator.client.internal
 

Fields in org.talend.esb.servicelocator.client.internal declared as ServiceLocator.PostConnectAction
static ServiceLocator.PostConnectAction ServiceLocatorImpl.DO_NOTHING_ACTION
           
 

Methods in org.talend.esb.servicelocator.client.internal with parameters of type ServiceLocator.PostConnectAction
 void ServiceLocatorImpl.setPostConnectAction(ServiceLocator.PostConnectAction postConnectAction)
          Specify the action to be be executed after the Service Locator has connected to the server.
 

Uses of ServiceLocator.PostConnectAction in org.talend.esb.servicelocator.cxf.internal
 

Classes in org.talend.esb.servicelocator.cxf.internal that implement ServiceLocator.PostConnectAction
 class SingleBusLocatorRegistrar
          The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
 



Copyright © 2011 Talend Inc.. All Rights Reserved.