org.outerj.daisy.books.publisher.impl.util
Class CustomImplementationHelper

java.lang.Object
  extended by org.outerj.daisy.books.publisher.impl.util.CustomImplementationHelper

public class CustomImplementationHelper
extends java.lang.Object


Constructor Summary
CustomImplementationHelper()
           
 
Method Summary
static java.lang.Object instantiateComponent(java.lang.Class clazz, org.apache.xmlbeans.XmlObject xmlObject)
          Instantiates a class trying different constructors: first one taking an xmlObject, then one taking a Map, and finally the default constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomImplementationHelper

public CustomImplementationHelper()
Method Detail

instantiateComponent

public static java.lang.Object instantiateComponent(java.lang.Class clazz,
                                                    org.apache.xmlbeans.XmlObject xmlObject)
                                             throws java.lang.IllegalAccessException,
                                                    java.lang.reflect.InvocationTargetException,
                                                    java.lang.InstantiationException
Instantiates a class trying different constructors: first one taking an xmlObject, then one taking a Map, and finally the default constructor

Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException


Copyright © -2006 . All Rights Reserved.