org.deegree.enterprise.servlet
Class SimpleProxyServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.deegree.enterprise.servlet.SimpleProxyServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class SimpleProxyServlet
- extends HttpServlet
simple proxy servlet The servlet is intended to run in its own context combined with
ServletFilter (e.g. OWSProxyServletFilter ) to filter out invalid requests/responses
- Since:
- 1.1
- Version:
- $Revision: 9338 $, 1.0. $Revision: 9338 $, $Date: 2007-12-27 13:31:31 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth , last edited by: $Author: apoth $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleProxyServlet
public SimpleProxyServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
- See Also:
GenericServlet.init()
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
- See Also:
HttpServlet.doGet(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
doPost
protected void doPost(HttpServletRequest origReq,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
- See Also:
HttpServlet.doPost(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net