Esri Geoportal Server
1.2.9

com.esri.gpt.server.csw.components
Interface IRequestHandler

All Known Implementing Classes:
RequestHandler, RequestHandler

public interface IRequestHandler

Request handler definition.


Method Summary
 OperationContext getOperationContext()
          Gets the operation context.
 OperationResponse handleGet(HttpServletRequest request)
          Handles a URL based request (HTTP GET).
 OperationResponse handleXML(String xml)
          Handles an XML based request (normally HTTP POST).
 

Method Detail

getOperationContext

OperationContext getOperationContext()
Gets the operation context.

Returns:
the operation context

handleGet

OperationResponse handleGet(HttpServletRequest request)
                            throws Exception
Handles a URL based request (HTTP GET).

Parameters:
request - the HTTP request
Returns:
operation response
Throws:
Exception - if a processing exception occurs

handleXML

OperationResponse handleXML(String xml)
                            throws Exception
Handles an XML based request (normally HTTP POST).

Parameters:
xml - the XML
Returns:
operation response
Throws:
Exception - if a processing exception occurs

Esri Geoportal Server
1.2.9

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