com.endeca.itl.recordstore
Class RecordStoreLocator

java.lang.Object
  extended by com.endeca.itl.service.ServiceLocator<RecordStore>
      extended by com.endeca.itl.recordstore.RecordStoreLocator

public class RecordStoreLocator
extends ServiceLocator<RecordStore>

This class is used to create a connection to a Record Store


Field Summary
static String RECORD_STORE_LOCATOR_CLASS_NAME
           
 
Constructor Summary
protected RecordStoreLocator(String host, int port, String instanceName)
           
 
Method Summary
static RecordStoreLocator create(String host, int port, String instanceName)
           
protected  QName getPortName()
           
protected  Class<RecordStore> 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

RECORD_STORE_LOCATOR_CLASS_NAME

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

RecordStoreLocator

protected RecordStoreLocator(String host,
                             int port,
                             String instanceName)
Method Detail

create

public static RecordStoreLocator create(String host,
                                        int port,
                                        String instanceName)
Returns:
A new RecordStoreLocator for the given host, port, and instance name

getPortName

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

getServiceClass

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

getServiceName

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


Copyright © 2011 Endeca. All Rights Reserved.