The Spring Framework

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

Packages that use RemoteInvocationFactory
org.springframework.jms.remoting Remoting classes for transparent Java-to-Java remoting via a JMS provider. 
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.jms.remoting
 

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

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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.