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

Packages that use RemoteInvocationFactory
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. 
 

Uses of RemoteInvocationFactory in org.springframework.remoting.rmi
 

Methods in org.springframework.remoting.rmi that return RemoteInvocationFactory
 RemoteInvocationFactory JndiRmiClientInterceptor.getRemoteInvocationFactory()
          Return the RemoteInvocationFactory used by this accessor.
 

Methods in org.springframework.remoting.rmi with parameters of type RemoteInvocationFactory
 void JndiRmiClientInterceptor.setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)
          Set the RemoteInvocationFactory to use for this accessor.
 

Uses of RemoteInvocationFactory in org.springframework.remoting.support
 

Classes in org.springframework.remoting.support that implement RemoteInvocationFactory
 class DefaultRemoteInvocationFactory
          Default implementation of the RemoteInvocationFactory interface.
 

Methods in org.springframework.remoting.support that return RemoteInvocationFactory
 RemoteInvocationFactory RemoteInvocationBasedAccessor.getRemoteInvocationFactory()
          Return the RemoteInvocationFactory used by this accessor.
 

Methods in org.springframework.remoting.support with parameters of type RemoteInvocationFactory
 void RemoteInvocationBasedAccessor.setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)
          Set the RemoteInvocationFactory to use for this accessor.
 



Copyright (c) 2002-2007 The Spring Framework Project.