|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.arcims.ImsClient
public abstract class ImsClient
Super class for an ArcIMS client.
| Constructor Summary | |
|---|---|
ImsClient()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getAxlRequest()
Gets the ArcXML request. |
String |
getAxlResponse()
Gets the ArcXML response. |
int |
getResponseCode()
Gets the HTTP response code. |
String |
getResponseCodeText()
Gets the HTTP response code text. |
int |
getTimeoutMillisecs()
Gets the timeout in milli-seconds. |
abstract void |
sendRequest()
Sends the request. |
void |
setAxlRequest(String axl)
Sets the ArcXML request. |
protected void |
setAxlResponse(String axl)
Sets the ArcXML response. |
protected void |
setResponseCode(int responseCode)
Sets the HTTP response code. |
protected void |
setResponseCodeText(String responseCodeText)
Sets the HTTP response code text. |
void |
setTimeoutMillisecs(int millisecs)
Sets the timeout in milli-seconds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImsClient()
| Method Detail |
|---|
public String getAxlRequest()
public void setAxlRequest(String axl)
axl - the ArcXML requestpublic String getAxlResponse()
protected void setAxlResponse(String axl)
axl - the ArcXML responsepublic int getResponseCode()
protected void setResponseCode(int responseCode)
responseCode - the HTTP response codepublic String getResponseCodeText()
protected void setResponseCodeText(String responseCodeText)
responseCodeText - the HTTP response code textpublic int getTimeoutMillisecs()
public void setTimeoutMillisecs(int millisecs)
millisecs - the timeout
public abstract void sendRequest()
throws IOException
IOException - if a communication exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||