org.codehaus.xfire.transport.http
Class XFireConfigurableServlet

java.lang.Object
  extended by HttpServlet
      extended by org.codehaus.xfire.transport.http.XFireServlet
          extended by org.codehaus.xfire.transport.http.XFireConfigurableServlet

public class XFireConfigurableServlet
extends XFireServlet

XFire Servlet as Dispatcher including a configuration
of XFire from services.xml in classpath


Nested Class Summary
 class XFireConfigurableServlet.GenericWebApplicationContextX
           
 
Field Summary
 
Fields inherited from class org.codehaus.xfire.transport.http.XFireServlet
controller, xfire, XFIRE_INSTANCE
 
Constructor Summary
XFireConfigurableServlet()
           
 
Method Summary
 XFire createXFire()
           
 void destroy()
           
 XFire loadConfig(java.lang.String configPath)
           
 
Methods inherited from class org.codehaus.xfire.transport.http.XFireServlet
createController, doGet, doPost, getController, getWebappBase, getXFire, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFireConfigurableServlet

public XFireConfigurableServlet()
Method Detail

createXFire

public XFire createXFire()
                  throws ServletException
Overrides:
createXFire in class XFireServlet
Throws:
ServletException

loadConfig

public XFire loadConfig(java.lang.String configPath)
                 throws XFireException
Throws:
XFireException

destroy

public void destroy()
Overrides:
destroy in class XFireServlet


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.