|
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.control.csw.inbound202.PublicationResponse
public class PublicationResponse
Provides functionality for constructing the response to a CSW request.
| Constructor Summary | |
|---|---|
protected |
PublicationResponse(RetrievalOptions retrievalOptions)
|
protected |
PublicationResponse(String cswResponse)
Overloaded constructor. |
| Method Summary | |
|---|---|
String |
getCswResponse()
Gets the CSW response. |
protected void |
onComplete()
Serializes the XML response document to a string when construction is complete. |
protected void |
setCswResponse(String response)
Sets the CSW response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PublicationResponse(RetrievalOptions retrievalOptions)
protected PublicationResponse(String cswResponse)
| Method Detail |
|---|
public String getCswResponse()
protected void setCswResponse(String response)
response - the CSW response
protected void onComplete()
throws PublicationException
DiscoveryException - if the document fails to serialize
PublicationException
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||