|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicInvocationSupport
An object supporting reflective method calls
This is a basic support interface used in ObjectTools
to support
reflective operations. You MUST NOT implement this interface in terms of
ObjectTools
methods!
Method Summary | |
---|---|
java.lang.Object |
basicInvoke(java.lang.String name,
java.lang.Object... values)
Make a reflective call to name . |
Method Detail |
---|
java.lang.Object basicInvoke(java.lang.String name, java.lang.Object... values) throws MethodException
name
.
name
- The name of the method to call.values
- The arguments for the invocation.
MethodException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |