Uses of Interface
org.springframework.remoting.support.RemoteInvocationExecutor

Packages that use RemoteInvocationExecutor
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
 class DefaultRemoteInvocationExecutor
          Default implementation of the RemoteInvocationExecutor interface.
 

Methods in org.springframework.remoting.support that return RemoteInvocationExecutor
 RemoteInvocationExecutor RemoteInvocationBasedExporter.getRemoteInvocationExecutor()
          Return the RemoteInvocationExecutor used by this exporter.
 

Methods in org.springframework.remoting.support with parameters of type RemoteInvocationExecutor
 void RemoteInvocationBasedExporter.setRemoteInvocationExecutor(RemoteInvocationExecutor remoteInvocationExecutor)
          Set the RemoteInvocationExecutor to use for this exporter.
 



Copyright © 2002-2008 The Spring Framework.