Package | Description |
---|---|
org.springframework.jms.remoting |
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
|
org.springframework.remoting.httpinvoker |
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
org.springframework.remoting.rmi |
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsInvokerServiceExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
Modifier and Type | Class and Description |
---|---|
class |
HttpInvokerServiceExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
SimpleHttpInvokerServiceExporter
Deprecated.
as of Spring Framework 5.1, in favor of
HttpInvokerServiceExporter |
Modifier and Type | Class and Description |
---|---|
class |
JndiRmiServiceExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
RemoteInvocationSerializingExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
RmiBasedExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
RmiServiceExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|