| Package | Description |
|---|---|
| org.springframework.remoting.support |
Generic support classes for remoting implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRemoteInvocationExecutor
Default implementation of the
RemoteInvocationExecutor interface. |
| Modifier and Type | Method and Description |
|---|---|
RemoteInvocationExecutor |
RemoteInvocationBasedExporter.getRemoteInvocationExecutor()
Return the RemoteInvocationExecutor used by this exporter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteInvocationBasedExporter.setRemoteInvocationExecutor(RemoteInvocationExecutor remoteInvocationExecutor)
Set the RemoteInvocationExecutor to use for this exporter.
|