Package | Description |
---|---|
org.springframework.jms.remoting |
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
|
org.springframework.remoting |
Exception hierarchy for Spring's remoting infrastructure,
independent of any specific remote method invocation system.
|
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.rmi |
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
|
org.springframework.remoting.soap |
SOAP-specific exceptions and support classes for Spring's remoting subsystem.
|
Class and Description |
---|
RemoteAccessException
Generic remote access exception.
|
Class and Description |
---|
RemoteAccessException
Generic remote access exception.
|
Class and Description |
---|
RemoteAccessException
Generic remote access exception.
|
RemoteLookupFailureException
RemoteAccessException subclass to be thrown in case of a lookup failure,
typically if the lookup happens on demand for each method invocation.
|
Class and Description |
---|
RemoteAccessException
Generic remote access exception.
|
Class and Description |
---|
RemoteAccessException
Generic remote access exception.
|
RemoteInvocationFailureException
RemoteAccessException subclass to be thrown when the execution
of the target method failed on the server side, for example
when a method was not found on the target object.
|
Class and Description |
---|
RemoteLookupFailureException
RemoteAccessException subclass to be thrown in case of a lookup failure,
typically if the lookup happens on demand for each method invocation.
|
Class and Description |
---|
RemoteAccessException
Generic remote access exception.
|
RemoteInvocationFailureException
RemoteAccessException subclass to be thrown when the execution
of the target method failed on the server side, for example
when a method was not found on the target object.
|