Package | Description |
---|---|
org.springframework.remoting.caucho |
This package provides remoting classes for Caucho's Hessian protocol:
a proxy factory for accessing Hessian services, and an exporter for
making beans available to Hessian clients.
|
org.springframework.remoting.httpinvoker |
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
org.springframework.remoting.jaxws |
Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC),
as included in Java 6 and Java EE 5.
|
org.springframework.remoting.support |
Generic support classes for remoting implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHessianServiceExporter
Deprecated.
as of Spring Framework 5.1, in favor of
HessianServiceExporter |
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpInvokerServiceExporter
Deprecated.
as of Spring Framework 5.1, in favor of
HttpInvokerServiceExporter |
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpServerJaxWsServiceExporter
Deprecated.
as of Spring Framework 5.1, in favor of
SimpleJaxWsServiceExporter |
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpServerFactoryBean
Deprecated.
as of Spring Framework 5.1, in favor of embedded Tomcat/Jetty/Undertow
|