|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.webharvest.client.arcgis.ArcGISProtocol
public class ArcGISProtocol
ArcGIS protocol.
| Field Summary | |
|---|---|
static String |
NAME
name of the protocol |
static String |
SOAP_URL
secondary URL tag name |
| Constructor Summary | |
|---|---|
ArcGISProtocol()
|
|
| Method Summary | |
|---|---|
protected String |
chckAttr(StringAttribute attribute)
Checks attribute. |
StringAttributeMap |
getAttributeMap()
Gets protocol attributes map. |
long |
getFlags()
Gets flag set. |
String |
getKind()
Gets protocol kind. |
String |
getSoapUrl()
Gets secondary URL. |
String |
getUserName()
Gets user name. |
String |
getUserPassword()
Gets user password. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets protocol attributes map |
void |
setFlags(long flags)
Sets flag set. |
void |
setSoapUrl(String value)
Sets secondary URL. |
void |
setUserName(String userName)
Sets user name. |
void |
setUserPassword(String userPassword)
Sets user password. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String SOAP_URL
| Constructor Detail |
|---|
public ArcGISProtocol()
| Method Detail |
|---|
public String getKind()
Protocol
getKind in interface Protocolpublic long getFlags()
Protocol
getFlags in interface Protocolpublic void setFlags(long flags)
Protocol
setFlags in interface Protocolflags - flag setpublic String getUserName()
public void setUserName(String userName)
userName - user namepublic String getUserPassword()
public void setUserPassword(String userPassword)
userPassword - user passwordpublic StringAttributeMap getAttributeMap()
Protocol
getAttributeMap in interface Protocolpublic void setAttributeMap(StringAttributeMap attributeMap)
Protocol
setAttributeMap in interface ProtocolattributeMap - attributes map
public QueryBuilder newQueryBuilder(IterationContext context,
String url)
Protocol
newQueryBuilder in interface Protocolcontext - iteration contexturl - url
public String getSoapUrl()
public void setSoapUrl(String value)
value - secondary URLprotected String chckAttr(StringAttribute attribute)
attribute - attributes
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||