com.endeca.itl.component.manager
Class ComponentInstanceManagerLocator

java.lang.Object
  extended by com.endeca.itl.service.ServiceLocator<ComponentInstanceManager>
      extended by com.endeca.itl.component.manager.ComponentInstanceManagerLocator

public class ComponentInstanceManagerLocator
extends ServiceLocator<ComponentInstanceManager>

Locates ComponentInstanceManager class via host and port.


Field Summary
static String COMPONENT_INSTANCE_LOCATOR_CLASS_NAME
           
 
Constructor Summary
protected ComponentInstanceManagerLocator(String host, int port)
           
 
Method Summary
static ComponentInstanceManagerLocator create(String host, int port)
           
protected  QName getPortName()
           
protected  Class<ComponentInstanceManager> getServiceClass()
           
protected  QName getServiceName()
           
 
Methods inherited from class com.endeca.itl.service.ServiceLocator
getHost, getInstanceName, getKeyStore, getPort, getService, getSocketConnectTimeout, getSocketReceiveTimeout, getTrustStore, getWsdlUrl, isAllowChunking, isPortSsl, ping, setAllowChunking, setKeyStore, setPortSsl, setSocketConnectTimeout, setSocketReceiveTimeout, setTrustStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_INSTANCE_LOCATOR_CLASS_NAME

public static final String COMPONENT_INSTANCE_LOCATOR_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

ComponentInstanceManagerLocator

protected ComponentInstanceManagerLocator(String host,
                                          int port)
Method Detail

getPortName

protected QName getPortName()
Specified by:
getPortName in class ServiceLocator<ComponentInstanceManager>

getServiceClass

protected Class<ComponentInstanceManager> getServiceClass()
Specified by:
getServiceClass in class ServiceLocator<ComponentInstanceManager>

getServiceName

protected QName getServiceName()
Specified by:
getServiceName in class ServiceLocator<ComponentInstanceManager>

create

public static ComponentInstanceManagerLocator create(String host,
                                                     int port)


Copyright © 2011 Endeca. All Rights Reserved.