|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jdon.aop.reflection.MethodConstructor
public class MethodConstructor
| Constructor Summary | |
|---|---|
MethodConstructor()
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
createMethod(TargetServiceFactory targetServiceFactory,
TargetMetaRequest targetMetaRequest)
ejb's method creating must at first get service's EJB Object; pojo's method creating can only need service's class. |
java.lang.reflect.Method |
createObjectMethod(java.lang.Object ownerClass,
MethodMetaArgs methodMetaArgs)
create a method object by target Object |
java.lang.reflect.Method |
createObjectMethod(java.lang.Object ownerClass,
java.lang.String methodName,
java.lang.Class[] paramTypes)
create a method object |
java.lang.reflect.Method |
createPojoMethod(TargetMetaRequest targetMetaRequest)
create a method object by its meta definition |
MethodInvokerUtil |
getMethodInvokerUtil()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodConstructor()
| Method Detail |
|---|
public MethodInvokerUtil getMethodInvokerUtil()
public java.lang.reflect.Method createMethod(TargetServiceFactory targetServiceFactory,
TargetMetaRequest targetMetaRequest)
targetServiceFactory - targetMetaRequest - methodMetaArgs -
public java.lang.reflect.Method createPojoMethod(TargetMetaRequest targetMetaRequest)
targetMetaDef - cw - methodMetaArgs -
public java.lang.reflect.Method createObjectMethod(java.lang.Object ownerClass,
MethodMetaArgs methodMetaArgs)
ownerClass - methodMetaArgs -
public java.lang.reflect.Method createObjectMethod(java.lang.Object ownerClass,
java.lang.String methodName,
java.lang.Class[] paramTypes)
ownerClass - methodName - paramTypes -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||