|
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.arcims.ImsRequest com.esri.gpt.catalog.arcims.PublishServiceRequest
public class PublishServiceRequest
Super-class for an ArcIMS publish service request.
Field Summary |
---|
Fields inherited from class com.esri.gpt.catalog.arcims.ImsRequest |
---|
ACTION_STATUS_ERROR, ACTION_STATUS_NONE, ACTION_STATUS_OK, ACTION_STATUS_REPLACED, ACTION_STATUS_UNKNOWN |
Constructor Summary | |
---|---|
PublishServiceRequest()
Default constructor. |
|
PublishServiceRequest(RequestContext requestContext,
Publisher publisher)
Constructs with an associated request context and publisher. |
Method Summary | |
---|---|
protected void |
executeRequest()
Executes an ArcIMS service request and parses the response. |
protected Publisher |
getPublisher()
Gets the publisher associated with the request. |
protected RequestContext |
getRequestContext()
Gets the associated request context. |
protected void |
setPublisher(Publisher publisher)
Sets the publisher associated with the request. |
protected void |
setRequestContext(RequestContext requestContext)
Sets the associated request context. |
Methods inherited from class com.esri.gpt.catalog.arcims.ImsRequest |
---|
executeRequest, getActionStatus, getAxlRequest, getAxlResponse, getCredentials, getService, makeClient, onEndSaxElement, onStartSaxElement, setActionStatus, setAxlRequest, setAxlResponse, setCredentials, setService, wasActionOK |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublishServiceRequest()
public PublishServiceRequest(RequestContext requestContext, Publisher publisher)
requestContext
- the request contextpublisher
- the publisherMethod Detail |
---|
protected Publisher getPublisher()
protected void setPublisher(Publisher publisher)
publisher
- the publisherprotected RequestContext getRequestContext()
protected void setRequestContext(RequestContext requestContext)
requestContext
- the request contextprotected void executeRequest() throws ImsServiceException
executeRequest
in class ImsRequest
ImsServiceException
- if an exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |