Esri Geoportal Server
1.0

com.esri.gpt.control.arcims
Class ServletConnectorProxy

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.esri.gpt.control.arcims.ServletConnectorProxy
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ServletConnectorProxy
extends HttpServlet

Provides a basic proxy servlet for ArcXML requests

See Also:
Serialized Form

Constructor Summary
ServletConnectorProxy()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
          Handles a GET request.
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
          Handles a POST request.
 void init()
          Loads initial parameters for the servlet
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletConnectorProxy

public ServletConnectorProxy()
Method Detail

init

public void init()
          throws ServletException
Loads initial parameters for the servlet

Overrides:
init in class GenericServlet
Throws:
ServletException - if an exception occurs

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Handles a GET request.

The default behavior is the execute the doGet method.

Overrides:
doGet in class HttpServlet
Parameters:
request - the servlet request
response - the servlet response
Throws:
ServletException
IOException - if an exception occurs

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Handles a POST request.

Overrides:
doPost in class HttpServlet
Parameters:
request - the servlet request
response - the servlet response
Throws:
ServletException
IOException - if an exception occurs

Esri Geoportal Server
1.0

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