org.codehaus.xfire
Class XFireFactory

java.lang.Object
  |
  +--org.codehaus.xfire.XFireFactory

public class XFireFactory
extends java.lang.Object

The XFireFactory class allows you to embed XFire within your apps easily.

This class assumes one XFire instance per JVM. To create many XFire instances you must use your own configuration and instantiation mechanism.

Author:
Dan Diephouse

Method Summary
 XFire getXFire()
           
static XFireFactory newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static XFireFactory newInstance()
                                throws java.lang.Exception
java.lang.Exception

getXFire

public XFire getXFire()
               throws java.lang.Exception
java.lang.Exception


Copyright © 2004 Codehaus. All Rights Reserved.