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

Packages that use RemoteInvocationFactory
org.springframework.remoting.support Support classes for remoting implementations.  
 

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) 2003-2004 The Spring Framework Project.