public final class MethodArgsHolder
extends java.lang.Object
Method and an object
array containing the arguments for an invocation of that method.
For example used by a MethodArgsMessageMapper with this generic
type to provide custom argument mapping when creating a message
in a GatewayProxyFactoryBean.| Constructor and Description |
|---|
MethodArgsHolder(java.lang.reflect.Method method,
java.lang.Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getArgs() |
java.lang.reflect.Method |
getMethod() |