|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.util.PassthroughFactory.Create
public static class PassthroughFactory.Create
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 |
---|
public PassthroughFactory.Create()
Method Detail |
---|
public static java.lang.Object create(java.lang.Object instance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |