|
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.DiscoveryRequestParser
public class DiscoveryRequestParser
Parses a CSW discovery 2.0.2 request.
Constructor Summary | |
---|---|
DiscoveryRequestParser(RequestContext requestContext)
Constructs with an associated request context. |
Method Summary | |
---|---|
DiscoveryResponse |
parse(HttpServletRequest request,
String cswRequest)
Parses and incoming CSW request and handles the appropriate action. |
DiscoveryResponse |
parse(String cswRequest)
Parses and incoming CSW request and handles the appropriate action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscoveryRequestParser(RequestContext requestContext)
requestContext
- the request contextMethod Detail |
---|
public DiscoveryResponse parse(String cswRequest) throws DiscoveryException
cswRequest
- the incoming CSW request
DiscoveryException
public DiscoveryResponse parse(HttpServletRequest request, String cswRequest) throws DiscoveryException, XPathExpressionException, ParserConfigurationException, SAXException, IOException
request
- the HTTP servlet requestcswRequest
- the incoming CSW request (post body)
XPathExpressionException
IOException
SAXException
ParserConfigurationException
DiscoveryException
|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |