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.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsInvokerClientInterceptor.setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)
Deprecated.
Set the
RemoteInvocationFactory to use for this accessor. |
Modifier and Type | Method and Description |
---|---|
RemoteInvocationFactory |
JndiRmiClientInterceptor.getRemoteInvocationFactory()
Deprecated.
Return the RemoteInvocationFactory used by this accessor.
|
Modifier and Type | Method and Description |
---|---|
void |
JndiRmiClientInterceptor.setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)
Deprecated.
Set the RemoteInvocationFactory to use for this accessor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRemoteInvocationFactory
Default implementation of the
RemoteInvocationFactory interface. |
Modifier and Type | Method and Description |
---|---|
RemoteInvocationFactory |
RemoteInvocationBasedAccessor.getRemoteInvocationFactory()
Return the RemoteInvocationFactory used by this accessor.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteInvocationBasedAccessor.setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)
Set the RemoteInvocationFactory to use for this accessor.
|