|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.arcims.ImsRequest
com.esri.gpt.catalog.arcims.PublishServiceRequest
com.esri.gpt.catalog.arcims.MakeUuidRequest
public class MakeUuidRequest
Makes a uuid by executing a request against an ArcIMS metadata publish service.
| 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 | |
|---|---|
MakeUuidRequest()
Default constructor. |
|
MakeUuidRequest(RequestContext requestContext,
Publisher publisher)
Constructs with an associated request context and publisher. |
|
| Method Summary | |
|---|---|
String |
executeMakeUuid()
Executes a GET_UUID request against an ArcIMS metadata publish service. |
protected void |
onEndSaxElement(String lowerCaseTagName,
String characters)
Triggered when a SAX element is ended during the parsing of an axl response. |
| Methods inherited from class com.esri.gpt.catalog.arcims.PublishServiceRequest |
|---|
executeRequest, getPublisher, getRequestContext, setPublisher, setRequestContext |
| Methods inherited from class com.esri.gpt.catalog.arcims.ImsRequest |
|---|
executeRequest, getActionStatus, getAxlRequest, getAxlResponse, getCredentials, getService, makeClient, 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 MakeUuidRequest()
public MakeUuidRequest(RequestContext requestContext,
Publisher publisher)
requestContext - the request contextpublisher - the publisher| Method Detail |
|---|
public String executeMakeUuid()
throws ImsServiceException
PublishServiceException - if an exception occurs
ImsServiceException
protected void onEndSaxElement(String lowerCaseTagName,
String characters)
onEndSaxElement in class ImsRequestlowerCaseTagName - the lower-case tag name of the elementcharacters - the text node value of the element
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||