com.endeca.itl.cas.api
Class CasCrawlerLocator

java.lang.Object
  extended by com.endeca.itl.service.ServiceLocator<CasCrawler>
      extended by com.endeca.itl.cas.api.CasCrawlerLocator

public class CasCrawlerLocator
extends ServiceLocator<CasCrawler>

Provides a client with a CAS service implementation, given host and port where CAS server is running.


Field Summary
static String CAS_CRAWLER_LOCATOR_CLASS_NAME
           
static String XML_NAMESPACE
           
 
Constructor Summary
CasCrawlerLocator(String host, int port)
           
 
Method Summary
static CasCrawlerLocator create(String host, int port)
           
protected  QName getPortName()
           
protected  Class<CasCrawler> 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

XML_NAMESPACE

public static final String XML_NAMESPACE
See Also:
Constant Field Values

CAS_CRAWLER_LOCATOR_CLASS_NAME

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

CasCrawlerLocator

public CasCrawlerLocator(String host,
                         int port)
Method Detail

create

public static CasCrawlerLocator create(String host,
                                       int port)

getPortName

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

getServiceClass

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

getServiceName

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


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.