org.apache.openejb.util
Class PassthroughFactory.Create
java.lang.Object
org.apache.openejb.util.PassthroughFactory.Create
- Enclosing class:
- PassthroughFactory
public static class PassthroughFactory.Create
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassthroughFactory.Create
public PassthroughFactory.Create()
create
public static Object create(Object instance)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.