Uses of Interface
org.codehaus.xfire.XFire

Packages that use XFire
org.codehaus.xfire   
org.codehaus.xfire.client   
org.codehaus.xfire.server.http   
org.codehaus.xfire.test   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
 

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

Constructors in org.codehaus.xfire.server.http with parameters of type XFire
XFireHttpServer(XFire xfire)
           
XFireHttpServer(XFire xfire, java.io.File keystore, java.lang.String keystorePassword, java.lang.String keyPassword)
           
 

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
           
protected  XFire XFireServlet.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)
           
XFireServletController(XFire xfire, javax.servlet.ServletContext servletContext)
           
 

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)
           
 



Copyright © 2004-2011. All Rights Reserved.