Esri Geoportal Server
1.2.9

com.esri.gpt.server.csw.provider3.local
Class GetOpenSearchProvider

java.lang.Object
  extended by com.esri.gpt.server.csw.provider3.local.GetOpenSearchProvider
All Implemented Interfaces:
IOperationProvider

public class GetOpenSearchProvider
extends Object
implements IOperationProvider

Open Search Provider.


Constructor Summary
GetOpenSearchProvider(String osddLocation)
           
 
Method Summary
protected  void execute(OperationContext context, HttpServletRequest request)
           
 void handleGet(OperationContext context, HttpServletRequest request)
          Handles a URL based request (HTTP GET).
 void handleXML(OperationContext context, Node root, XPath xpath)
          Handles an XML based request (normally HTTP POST).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOpenSearchProvider

public GetOpenSearchProvider(String osddLocation)
Method Detail

execute

protected void execute(OperationContext context,
                       HttpServletRequest request)
                throws Exception
Throws:
Exception

handleGet

public void handleGet(OperationContext context,
                      HttpServletRequest request)
               throws Exception
Description copied from interface: IOperationProvider
Handles a URL based request (HTTP GET).

Specified by:
handleGet in interface IOperationProvider
Parameters:
context - the operation context
request - the HTTP request
Throws:
Exception - if a processing exception occurs

handleXML

public void handleXML(OperationContext context,
                      Node root,
                      XPath xpath)
               throws Exception
Description copied from interface: IOperationProvider
Handles an XML based request (normally HTTP POST).

Specified by:
handleXML in interface IOperationProvider
Parameters:
context - the operation context
root - the root node
xpath - an XPath to enable queries (properly configured with name spaces)
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.