|
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.DiscoveryHandler
com.esri.gpt.control.csw.inbound202.GetCapabilitiesHandler
public class GetCapabilitiesHandler
Handles an in-bound CSW 2.0.2 GetCapabilities request.
| Constructor Summary | |
|---|---|
GetCapabilitiesHandler(RequestContext requestContext)
Constructs with an associated request context. |
|
| Method Summary | |
|---|---|
protected DiscoveryResponse |
handleGetCapabilities(Document dom,
Node root,
XPath xpath)
Parses a GetCapabilities request, executes the query and builds the response. |
protected DiscoveryResponse |
handleGetCapabilities(HttpServletRequest request,
String service,
String version)
Handles and incoming URL based GetCapabilities request. |
| Methods inherited from class com.esri.gpt.control.csw.inbound202.DiscoveryHandler |
|---|
executeQuery, findDiscoverable, getCswResponse, getQueryables, getRequestContext, getRequestParameter, getRetrievalOptions, getService, getVersion, parseElementSet, parsePropertyName, setCswResponse, setService, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetCapabilitiesHandler(RequestContext requestContext)
requestContext - the request context| Method Detail |
|---|
protected DiscoveryResponse handleGetCapabilities(Document dom,
Node root,
XPath xpath)
throws DiscoveryException,
XPathExpressionException
dom - the XML documentroot - the root node (csw:GetCapabilities)xpath - an XPath to enable queries (properly configured with name spaces)
DiscoveryException - if a structural related exception occurs
XPathExpressionException - if an XPath related exception occurs
protected DiscoveryResponse handleGetCapabilities(HttpServletRequest request,
String service,
String version)
throws DiscoveryException
request - the HTTP requestservice - the service nameversion - the service version
DiscoveryException - if an exception occurs
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||