|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XFire | |
org.codehaus.xfire | |
org.codehaus.xfire.client | |
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 |
XFireFactory.getXFire()
|
XFire |
MessageContext.getXFire()
|
Methods in org.codehaus.xfire with parameters of type XFire | |
void |
XFireFactory.setXFire(XFire 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.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 |
XFireServletController.getXFire()
|
XFire |
XFireServlet.getXFire()
Get the xfire instance. |
XFire |
XFireServlet.createXFire()
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |