| javax.servlet.http.HttpServlet org.blojsom.extension.xmlrpc.BlojsomXMLRPCServlet
BlojsomXMLRPCServlet | public class BlojsomXMLRPCServlet extends HttpServlet (Code) | | Blojsom XML-RPC Servlet
This servlet uses the Jakarta XML-RPC Library (http://ws.apache.org/xmlrpc)
author: Mark Lussier author: David Czarnecki since: blojsom 3.0 version: $Id: BlojsomXMLRPCServlet.java,v 1.5 2007/01/17 02:35:07 czarneckid Exp $ |
BLOJSOM_CONFIGURATION_FILES | protected String[] BLOJSOM_CONFIGURATION_FILES(Code) | | |
XMLRPC_ACCEPTS_ONLY_POSTS_MESSAGE | final protected static String XMLRPC_ACCEPTS_ONLY_POSTS_MESSAGE(Code) | | |
XMLRPC_DISABLED | final protected static int XMLRPC_DISABLED(Code) | | |
XMLRPC_DISABLED_MESSAGE | final protected static String XMLRPC_DISABLED_MESSAGE(Code) | | |
_classPathXmlApplicationContext | protected ClassPathXmlApplicationContext _classPathXmlApplicationContext(Code) | | |
_logger | protected Log _logger(Code) | | |
BlojsomXMLRPCServlet | public BlojsomXMLRPCServlet()(Code) | | Construct a new Blojsom XML-RPC servlet instance
|
destroy | public void destroy()(Code) | | Called when removing the servlet from the servlet container
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|