ArcGIS Server Geoportal extension
10

com.esri.gpt.control.csw.inbound202
Class PublicationRequestParser

java.lang.Object
  extended by com.esri.gpt.control.csw.inbound202.PublicationRequestParser

public class PublicationRequestParser
extends Object

Parses a CSW publication 2.0.2 request.


Constructor Summary
PublicationRequestParser(RequestContext requestContext)
          Constructs with an associated request context.
 
Method Summary
 PublicationResponse 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

PublicationRequestParser

public PublicationRequestParser(RequestContext requestContext)
Constructs with an associated request context.

Parameters:
requestContext - the request context
Method Detail

parse

public PublicationResponse parse(String cswRequest)
                          throws PublicationException
Parses and incoming CSW request and handles the appropriate action.

Parameters:
cswRequest - the incoming CSW request
Returns:
the CSW response
Throws:
PublicationException

ArcGIS Server Geoportal extension
10

Copyright 2010 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.