|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodSignature | |
---|---|
org.springframework.binding.method | Method binding support for invoking abritrary methods on target beans. |
Uses of MethodSignature in org.springframework.binding.method |
---|
Methods in org.springframework.binding.method that return MethodSignature | |
---|---|
MethodSignature |
MethodInvocationException.getMethodSignature()
Returns the invoked method's signature. |
Methods in org.springframework.binding.method with parameters of type MethodSignature | |
---|---|
java.lang.Object |
MethodInvoker.invoke(MethodSignature signature,
java.lang.Object bean,
java.lang.Object argumentSource)
Invoke the method on the bean provided. |
Constructors in org.springframework.binding.method with parameters of type MethodSignature | |
---|---|
MethodInvocationException(MethodSignature methodSignature,
java.lang.Object[] arguments,
java.lang.Throwable cause)
Signals that the method with the specified signature could not be invoked with the provided arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |