org.apache.maven.wagon.tck.http.fixture
Class ErrorCodeServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.maven.wagon.tck.http.fixture.ErrorCodeServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ErrorCodeServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
ErrorCodeServlet(int code, String message)
           
 
Method Summary
protected  void service(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorCodeServlet

public ErrorCodeServlet(int code,
                        String message)
Method Detail

service

protected void service(HttpServletRequest req,
                       HttpServletResponse resp)
                throws ServletException,
                       IOException
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.