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.
If you want to provide your own Factory you must:
- Register your factory via
registerFactory
- Implement
public static XFireFactory createInstance()
@author
Dan Diephouse