public class CasCrawlerLocator extends com.endeca.itl.service.ServiceLocator<CasCrawler>
Modifier and Type | Field and Description |
---|---|
static String |
CAS_CRAWLER_LOCATOR_CLASS_NAME |
static String |
CAS_CRAWLER_PORT_NAME |
static String |
CAS_CRAWLER_PORT_TYPE_NAME |
static String |
CAS_CRAWLER_SERVICE_NAME |
static String |
XML_NAMESPACE |
Constructor and Description |
---|
CasCrawlerLocator(String host,
int port) |
Modifier and Type | Method and Description |
---|---|
static CasCrawlerLocator |
create(String host,
int port) |
protected QName |
getPortName() |
protected Class<CasCrawler> |
getServiceClass() |
protected QName |
getServiceName() |
getHost, getInstanceName, getKeyStore, getPort, getService, getSocketConnectTimeout, getSocketReceiveTimeout, getTrustStore, getWsdlUrl, isAllowChunking, isLocalJvmTransport, isPortSsl, ping, setAllowChunking, setKeyStore, setLocalJvmTransport, setPortSsl, setSocketConnectTimeout, setSocketReceiveTimeout, setTrustStore
public static final String XML_NAMESPACE
public static final String CAS_CRAWLER_LOCATOR_CLASS_NAME
public static final String CAS_CRAWLER_PORT_TYPE_NAME
public static final String CAS_CRAWLER_PORT_NAME
public static final String CAS_CRAWLER_SERVICE_NAME
public CasCrawlerLocator(String host, int port)
public static CasCrawlerLocator create(String host, int port)
protected QName getPortName()
getPortName
in class com.endeca.itl.service.ServiceLocator<CasCrawler>
protected Class<CasCrawler> getServiceClass()
getServiceClass
in class com.endeca.itl.service.ServiceLocator<CasCrawler>
protected QName getServiceName()
getServiceName
in class com.endeca.itl.service.ServiceLocator<CasCrawler>
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.