Package org.springframework.binding.method

Method binding support for invoking abritrary methods on target beans.

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.
 

Package org.springframework.binding.method Description

Method binding support for invoking abritrary methods on target beans.



Copyright � 2004-2007. All Rights Reserved.