org.apache.openejb.util
Class PassthroughFactory.Create

java.lang.Object
  extended by org.apache.openejb.util.PassthroughFactory.Create
Enclosing class:
PassthroughFactory

public static class PassthroughFactory.Create
extends java.lang.Object

xbean-reflect seems to sometimes get confused. Despite explicitly setting the 'static Object create(Object)' method as the factory method, sometimes xbean instead would invoke the 'static ObjectRecipe recipe(Object)' method. Splitting the two methods into different classes seems to eliminate the chances that xbean-reflect will pick the wrong static method.


Constructor Summary
PassthroughFactory.Create()
           
 
Method Summary
static java.lang.Object create(java.lang.Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassthroughFactory.Create

public PassthroughFactory.Create()
Method Detail

create

public static java.lang.Object create(java.lang.Object instance)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.