org.codehaus.xfire.plexus
Class PlexusXFireServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.codehaus.xfire.transport.http.XFireServlet
              extended byorg.codehaus.xfire.plexus.PlexusXFireServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PlexusXFireServlet
extends org.codehaus.xfire.transport.http.XFireServlet

An XFire servlet which obtains its XFire instance from Plexus. This is only if you already using Plexus in your application. For a message Plexus managed version of XFire see StandaloneXFireServlet.

Since:
Feb 13, 2004
Author:
Dan Diephouse
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.codehaus.xfire.transport.http.XFireServlet
controller, xfire
 
Constructor Summary
PlexusXFireServlet()
           
 
Method Summary
 org.codehaus.xfire.XFire createXFire()
           
 
Methods inherited from class org.codehaus.xfire.transport.http.XFireServlet
createController, doGet, doPost, getController, 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
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
 

Constructor Detail

PlexusXFireServlet

public PlexusXFireServlet()
Method Detail

createXFire

public org.codehaus.xfire.XFire createXFire()
                                     throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException


Copyright © 2004-2006 null. All Rights Reserved.