Uses of Interface
org.codehaus.xfire.XFire

Packages that use XFire
org.codehaus.xfire   
org.codehaus.xfire.client   
org.codehaus.xfire.jaxws   
org.codehaus.xfire.loom   
org.codehaus.xfire.plexus   
org.codehaus.xfire.plexus.config   
org.codehaus.xfire.plexus.transport.xmpp   
org.codehaus.xfire.server.http   
org.codehaus.xfire.spring Classes for exposing Spring beans via XFire SOAP. 
org.codehaus.xfire.spring.config   
org.codehaus.xfire.spring.remoting   
org.codehaus.xfire.test   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.jms   
org.codehaus.xfire.transport.local   
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 MessageContext.getXFire()
           
 XFire XFireFactory.getXFire()
           
 

Methods in org.codehaus.xfire with parameters of type XFire
 void MessageContext.setXFire(XFire xfire)
           
 void XFireFactory.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.jaxws
 

Methods in org.codehaus.xfire.jaxws that return XFire
 XFire JAXWSHelper.getXFire()
           
 

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.server.http
 

Constructors in org.codehaus.xfire.server.http with parameters of type XFire
XFireHttpServer(XFire xfire)
           
 

Uses of XFire in org.codehaus.xfire.spring
 

Fields in org.codehaus.xfire.spring declared as XFire
protected  XFire ServiceBean.xFire
           
 

Methods in org.codehaus.xfire.spring that return XFire
 XFire XFireSpringServlet.createXFire()
           
 XFire ServiceBean.getXfire()
           
protected  XFire AbstractXFireSpringTest.getXFire()
           
 XFire XFireConfigLoader.loadConfig(java.lang.String configPath)
           
 XFire XFireConfigLoader.loadConfig(java.lang.String configPath, ServletContext servletCtx)
           
 

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

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

Fields in org.codehaus.xfire.spring.config declared as XFire
protected  XFire XFireBean.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 Jsr181HandlerMapping.setXfire(XFire xFire)
          Sets the XFire instance.
 void XFireClientInterceptor.setXfire(XFire fire)
           
 

Constructors in org.codehaus.xfire.spring.remoting with parameters of type XFire
XFireServletControllerAdapter(XFire xfire)
          Initializes a new instance of the adapter with the given XFire instance.
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 AbstractServletTest.getXFire()
           
protected  XFire AbstractXFireTest.getXFire()
           
 

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

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

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

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

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

Methods in org.codehaus.xfire.transport.jms that return XFire
 XFire JMSTransport.getXFire()
           
 

Constructors in org.codehaus.xfire.transport.jms with parameters of type XFire
JMSTransport(XFire xfire, ConnectionFactory factory)
           
 

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.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-2006 Envoi Solutions LLC. All Rights Reserved.