org.codehaus.xfire.plexus
Class PlexusXFireFactory
java.lang.Object
org.codehaus.xfire.XFireFactory
org.codehaus.xfire.plexus.PlexusXFireFactory
public class PlexusXFireFactory
- extends org.codehaus.xfire.XFireFactory
The StandaloneXFire class allows you to embed a Plexus managed version
of XFire within your application. Use the XFireFactory to access it.
If you are not using the StandaloneXFireServlet or PlexusXFireServlet,
you must register this factory:
XFireFactory.register(PlexusXFireFactory.class, true);
- Author:
- Dan Diephouse
Field Summary |
protected org.codehaus.plexus.embed.Embedder |
embed
|
Methods inherited from class org.codehaus.xfire.XFireFactory |
newInstance, newInstance, registerFactory |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
embed
protected org.codehaus.plexus.embed.Embedder embed
PlexusXFireFactory
protected PlexusXFireFactory()
throws java.lang.Exception
- Throws:
java.lang.Exception
createInstance
public static org.codehaus.xfire.XFireFactory createInstance()
throws java.lang.Exception
- Throws:
java.lang.Exception
getXFire
public org.codehaus.xfire.XFire getXFire()
throws java.lang.Exception
- Overrides:
getXFire
in class org.codehaus.xfire.XFireFactory
- Throws:
java.lang.Exception
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable
Copyright © 2004 Codehaus. All Rights Reserved.