public final class InvocationResult
extends java.lang.Object
| Constructor and Description |
|---|
InvocationResult(java.lang.Object result,
org.springframework.expression.Expression sendTo,
java.lang.reflect.Type returnType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Type |
getReturnType() |
java.lang.Object |
getReturnValue() |
org.springframework.expression.Expression |
getSendTo() |
java.lang.String |
toString() |