org.apache.maven.continuum.xmlrpc.server
Class ContinuumXmlRpcServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.maven.continuum.xmlrpc.server.ContinuumXmlRpcServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ContinuumXmlRpcServlet
- extends javax.servlet.http.HttpServlet
- Version:
- $Id: ContinuumXmlRpcServlet.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Emmanuel Venisse
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuumXmlRpcServlet
public ContinuumXmlRpcServlet()
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface javax.servlet.Servlet
- Overrides:
getServletInfo
in class javax.servlet.GenericServlet
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
init
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
initServer
public void initServer()
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
doPost
public void doPost(javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse)
throws IOException,
javax.servlet.ServletException
- Overrides:
doPost
in class javax.servlet.http.HttpServlet
- Throws:
IOException
javax.servlet.ServletException
lookup
public Object lookup(String role)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
lookup
public Object lookup(String role,
String hint)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.