| Package | Description |
|---|---|
| org.springframework.remoting.support |
Generic support classes for remoting implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected RemoteInvocationResult |
RemoteInvocationBasedExporter.invokeAndCreateResult(RemoteInvocation invocation,
Object targetObject)
Apply the given remote invocation to the given target object, wrapping
the invocation result in a serializable RemoteInvocationResult object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
RemoteInvocationBasedAccessor.recreateRemoteInvocationResult(RemoteInvocationResult result)
Recreate the invocation result contained in the given RemoteInvocationResult object.
|