Uses of Interface
org.codehaus.xfire.XFire

Packages that use XFire
org.codehaus.xfire   
org.codehaus.xfire.client   
org.codehaus.xfire.loom   
org.codehaus.xfire.plexus   
org.codehaus.xfire.plexus.config   
org.codehaus.xfire.plexus.transport.xmpp   
org.codehaus.xfire.spring Classes for exposing Spring beans via XFire SOAP. 
org.codehaus.xfire.spring.remoting   
org.codehaus.xfire.test   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
org.codehaus.xfire.util   
org.codehaus.xfire.xmpp   
 

Uses of XFire in org.codehaus.xfire
 

Classes in org.codehaus.xfire that implement XFire
 class DefaultXFire
           
 

Methods in org.codehaus.xfire that return XFire
 XFire XFireFactory.getXFire()
           
 XFire MessageContext.getXFire()
           
 

Methods in org.codehaus.xfire with parameters of type XFire
 void MessageContext.setXFire(XFire xfire)
           
 

Constructors in org.codehaus.xfire with parameters of type XFire
XFireFactory(XFire xfire)
           
 

Uses of XFire in org.codehaus.xfire.client
 

Methods in org.codehaus.xfire.client that return XFire
 XFire Client.getXFire()
           
 

Methods in org.codehaus.xfire.client with parameters of type XFire
 void Client.setXFire(XFire xfire)
           
 

Constructors in org.codehaus.xfire.client with parameters of type XFire
XFireProxyFactory(XFire xfire)
           
 

Uses of XFire in org.codehaus.xfire.loom
 

Classes in org.codehaus.xfire.loom that implement XFire
 class LoomXFire
          An instance of XFire that is managed by Loom / Phoenix.
 

Methods in org.codehaus.xfire.loom that return XFire
 XFire LoomXFireServlet.createXFire()
           
 

Uses of XFire in org.codehaus.xfire.plexus
 

Classes in org.codehaus.xfire.plexus that implement XFire
 class PlexusXFire
          An instance of XFire that is managed by Plexus.
 

Methods in org.codehaus.xfire.plexus that return XFire
 XFire PlexusXFireServlet.createXFire()
           
protected  XFire PlexusXFireTest.getXFire()
           
 

Uses of XFire in org.codehaus.xfire.plexus.config
 

Methods in org.codehaus.xfire.plexus.config that return XFire
 XFire ObjectServiceConfigurator.getXFire()
           
 

Uses of XFire in org.codehaus.xfire.plexus.transport.xmpp
 

Methods in org.codehaus.xfire.plexus.transport.xmpp that return XFire
 XFire DefaultXMPPTransportService.getXFire()
           
 

Uses of XFire in org.codehaus.xfire.spring
 

Methods in org.codehaus.xfire.spring that return XFire
 XFire XFireSpringServlet.createXFire()
           
 XFire ServiceBean.getXfire()
           
protected  XFire AbstractXFireSpringTest.getXFire()
           
 

Methods in org.codehaus.xfire.spring with parameters of type XFire
 void ServiceBean.setXfire(XFire xFire)
           
 

Uses of XFire in org.codehaus.xfire.spring.remoting
 

Methods in org.codehaus.xfire.spring.remoting that return XFire
 XFire XFireClientInterceptor.getXfire()
           
 

Methods in org.codehaus.xfire.spring.remoting with parameters of type XFire
 void XFireClientInterceptor.setXfire(XFire fire)
           
 void Jsr181HandlerMapping.setXfire(XFire xFire)
          Sets the XFire instance.
 

Constructors in org.codehaus.xfire.spring.remoting with parameters of type XFire
XFireServletControllerAdapter(XFire xfire, javax.xml.namespace.QName serviceName)
          Initializes a new instance of the adapter with the given XFire instance and service name.
 

Uses of XFire in org.codehaus.xfire.test
 

Methods in org.codehaus.xfire.test that return XFire
protected  XFire AbstractXFireTest.getXFire()
           
protected  XFire AbstractServletTest.getXFire()
           
 

Uses of XFire in org.codehaus.xfire.transport.http
 

Fields in org.codehaus.xfire.transport.http declared as XFire
protected  XFire XFireServletController.xfire
           
 

Methods in org.codehaus.xfire.transport.http that return XFire
 XFire XFireServlet.createXFire()
           
 XFire XFireServletController.getXFire()
           
 XFire XFireServlet.getXFire()
          Get the xfire instance.
 

Constructors in org.codehaus.xfire.transport.http with parameters of type XFire
XFireServletController(XFire xfire)
           
 

Uses of XFire in org.codehaus.xfire.transport.local
 

Methods in org.codehaus.xfire.transport.local with parameters of type XFire
protected  Service LocalChannel.getService(XFire xfire, java.lang.String uri)
           
 

Uses of XFire in org.codehaus.xfire.util
 

Methods in org.codehaus.xfire.util that return XFire
protected  XFire XMLServiceBuilder.getXFire()
           
 

Constructors in org.codehaus.xfire.util with parameters of type XFire
XMLServiceBuilder(XFire xfire)
           
 

Uses of XFire in org.codehaus.xfire.xmpp
 

Methods in org.codehaus.xfire.xmpp that return XFire
 XFire XMPPTransport.getXFire()
           
 

Constructors in org.codehaus.xfire.xmpp with parameters of type XFire
ChannelPacketListener(XFire xfire, XMPPChannel channel)
           
XMPPTransport(XFire xfire, java.lang.String server, java.lang.String username, java.lang.String password)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.