|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| MethodInvoker | A helper for invoking typed methods on abritrary objects, with support for argument value type conversion from values retrieved from a argument attribute source. |
| MethodKey | A helper for resolving and caching a Java method by reflection. |
| MethodSignature | A specification for a method consisting of the methodName and an optional set of named arguments. |
| Parameter | A named method parameter. |
| Parameters | An ordered list of method parameters. |
| TextToMethodSignature | Converter that takes an encoded string representation and produces a corresponding MethodSignature
object. |
| Exception Summary | |
|---|---|
| InvalidMethodKeyException | Thrown when a method key could not be resolved to an invokable java Method on a Class. |
| MethodInvocationException | Base class for exceptions that report a method invocation failure. |
Method binding support for invoking abritrary methods on target beans.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||