|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.harvest.protocols.HarvestProtocol com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol com.esri.gpt.catalog.harvest.protocols.HarvestProtocolArcIms
public class HarvestProtocolArcIms
ArcIMS protocol.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
HarvestProtocol.ProtocolType |
Constructor Summary | |
---|---|
HarvestProtocolArcIms()
|
Method Summary | |
---|---|
protected void |
applyAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
protected StringAttributeMap |
extractAttributeMap()
Gets all the attributes. |
StringAttributeMap |
getAttributeMap()
Gets all the attributes. |
HRClient |
getClient(String hostUrl)
Gets harvest client. |
int |
getPortNo()
Gets port number. |
String |
getPortNoAsString()
Gets port number as string. |
String |
getRootFolder()
Gets root folder. |
String |
getServiceName()
Gets service name. |
HarvestProtocol.ProtocolType |
getType()
Gets protocol type. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
void |
setPortNo(int portNo)
Sets port number. |
void |
setPortNoAsString(String portNoAsString)
Sets port number as string. |
void |
setRootFolder(String rootFolder)
Sets root folder. |
void |
setServiceName(String serviceName)
Sets servie name. |
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol |
---|
getUserName, getUserPassword, setUserName, setUserPassword |
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
chckAttr, checkConnection, getFlags, getKind, getPingSupported, ping, setFlags, toString, toXmlString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HarvestProtocolArcIms()
Method Detail |
---|
public int getPortNo()
public void setPortNo(int portNo)
portNo
- port numberpublic String getPortNoAsString()
public void setPortNoAsString(String portNoAsString)
portNoAsString
- port number as stringpublic String getServiceName()
public void setServiceName(String serviceName)
serviceName
- service namepublic String getRootFolder()
public void setRootFolder(String rootFolder)
rootFolder
- root folderpublic final HarvestProtocol.ProtocolType getType()
getType
in class HarvestProtocol
protected StringAttributeMap extractAttributeMap()
extractAttributeMap
in class AbstractHTTPHarvestProtocol
public StringAttributeMap getAttributeMap()
getAttributeMap
in interface Protocol
getAttributeMap
in class AbstractHTTPHarvestProtocol
protected void applyAttributeMap(StringAttributeMap attributeMap)
applyAttributeMap
in class AbstractHTTPHarvestProtocol
attributeMap
- attributes as attribute mappublic void setAttributeMap(StringAttributeMap attributeMap)
setAttributeMap
in interface Protocol
setAttributeMap
in class AbstractHTTPHarvestProtocol
attributeMap
- attributes as attribute mappublic HRClient getClient(String hostUrl)
getClient
in class HarvestProtocol
hostUrl
- host URL
public QueryBuilder newQueryBuilder(IterationContext context, String url)
Protocol
context
- iteration contexturl
- url
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |