net.sf.crispy.impl.xmlrpc
Class XmlRpcHttpAdminServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.sf.crispy.impl.xmlrpc.XmlRpcHttpAdminServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class XmlRpcHttpAdminServlet
- extends javax.servlet.http.HttpServlet
This servlet can you use, to make service for XML-RPC availeable.
Or you can overwrite this servlet.
- Author:
- Linke
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
addService(java.lang.String pvServiceInterface,
java.lang.Object pvServiceImpl)
|
java.lang.String |
addService(java.lang.String pvServiceInterface,
java.lang.String pvImplClass)
|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
java.lang.Boolean |
existService(java.lang.String pvServiceInterface)
|
java.util.List |
getAllService()
|
void |
init(javax.servlet.ServletConfig config)
|
java.lang.String |
removeService(java.lang.String pvServiceInterface)
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, 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 |
log
protected static final org.apache.commons.logging.Log log
adminService
protected XmlRpcAdminServiceImpl adminService
XmlRpcHttpAdminServlet
public XmlRpcHttpAdminServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
doPost
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
addService
public java.lang.String addService(java.lang.String pvServiceInterface,
java.lang.String pvImplClass)
addService
public java.lang.String addService(java.lang.String pvServiceInterface,
java.lang.Object pvServiceImpl)
removeService
public java.lang.String removeService(java.lang.String pvServiceInterface)
existService
public java.lang.Boolean existService(java.lang.String pvServiceInterface)
getAllService
public java.util.List getAllService()
Copyright © 2005-2006 Crispy. All Rights Reserved.