Uses of Interface
org.springframework.remoting.support.RemoteInvocationExecutor
Packages that use RemoteInvocationExecutor Package Description org.springframework.remoting.support Generic support classes for remoting implementations.Uses of RemoteInvocationExecutor in org.springframework.remoting.support
Classes in org.springframework.remoting.support that implement RemoteInvocationExecutor Modifier and Type Class Description classDefaultRemoteInvocationExecutorDefault implementation of theRemoteInvocationExecutorinterface.Methods in org.springframework.remoting.support that return RemoteInvocationExecutor Modifier and Type Method Description RemoteInvocationExecutorRemoteInvocationBasedExporter. getRemoteInvocationExecutor()Return the RemoteInvocationExecutor used by this exporter.Methods in org.springframework.remoting.support with parameters of type RemoteInvocationExecutor Modifier and Type Method Description voidRemoteInvocationBasedExporter. setRemoteInvocationExecutor(RemoteInvocationExecutor remoteInvocationExecutor)Set the RemoteInvocationExecutor to use for this exporter.