Uses of Interface
org.springframework.remoting.support.RemoteInvocationFactory
Packages that use RemoteInvocationFactory Package Description 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 Modifier and Type Method Description voidJmsInvokerClientInterceptor. setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)Set theRemoteInvocationFactoryto use for this accessor.Uses of RemoteInvocationFactory in org.springframework.remoting.rmi
Methods in org.springframework.remoting.rmi that return RemoteInvocationFactory Modifier and Type Method Description RemoteInvocationFactoryJndiRmiClientInterceptor. getRemoteInvocationFactory()Return the RemoteInvocationFactory used by this accessor.Methods in org.springframework.remoting.rmi with parameters of type RemoteInvocationFactory Modifier and Type Method Description voidJndiRmiClientInterceptor. 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 Modifier and Type Class Description classDefaultRemoteInvocationFactoryDefault implementation of theRemoteInvocationFactoryinterface.Methods in org.springframework.remoting.support that return RemoteInvocationFactory Modifier and Type Method Description RemoteInvocationFactoryRemoteInvocationBasedAccessor. getRemoteInvocationFactory()Return the RemoteInvocationFactory used by this accessor.Methods in org.springframework.remoting.support with parameters of type RemoteInvocationFactory Modifier and Type Method Description voidRemoteInvocationBasedAccessor. setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)Set the RemoteInvocationFactory to use for this accessor.