org.codehaus.xfire.transport.http
Class XFireConfigurableServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.codehaus.xfire.transport.http.XFireServlet
org.codehaus.xfire.transport.http.XFireConfigurableServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class XFireConfigurableServlet
- extends org.codehaus.xfire.transport.http.XFireServlet
XFire Servlet as Dispatcher including a configuration
of XFire from services.xml in classpath
- See Also:
- Serialized Form
Fields inherited from class org.codehaus.xfire.transport.http.XFireServlet |
controller, xfire, XFIRE_INSTANCE |
Methods inherited from class org.codehaus.xfire.transport.http.XFireServlet |
createController, doGet, doPost, getController, getWebappBase, getXFire, init |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
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 |
XFireConfigurableServlet
public XFireConfigurableServlet()
createXFire
public org.codehaus.xfire.XFire createXFire()
throws javax.servlet.ServletException
- Overrides:
createXFire
in class org.codehaus.xfire.transport.http.XFireServlet
- Throws:
javax.servlet.ServletException
loadConfig
public org.codehaus.xfire.XFire loadConfig(java.lang.String configPath)
throws org.codehaus.xfire.XFireException
- Throws:
org.codehaus.xfire.XFireException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class org.codehaus.xfire.transport.http.XFireServlet
Copyright © 2004-2010. All Rights Reserved.