com.tonbeller.wcf.utils
Class ObjectFactory

java.lang.Object
  extended bycom.tonbeller.wcf.utils.ObjectFactory

public class ObjectFactory
extends java.lang.Object

Creates Object instances via Digester xml rules. For more info see Commons Digester.

Author:
av

Nested Class Summary
static class ObjectFactory.ObjectHolder
          not for external use.
 
Method Summary
static java.lang.Object instance(java.net.URL rulesXml, java.net.URL configXml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static java.lang.Object instance(java.net.URL rulesXml,
                                        java.net.URL configXml)
                                 throws org.xml.sax.SAXException,
                                        java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException