| Package | Description | 
|---|---|
| org.springframework.remoting.rmi | Remoting classes for conventional RMI and transparent remoting via
 RMI invokers. | 
| org.springframework.remoting.support | Generic support classes for remoting implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RemoteInvocationSerializingExporter. doWriteRemoteInvocationResult(RemoteInvocationResult result,
                             ObjectOutputStream oos)Perform the actual writing of the given invocation result object
 to the given ObjectOutputStream. | 
| 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. |