| org.springframework.remoting.caucho | This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients. |
| org.springframework.remoting.httpinvoker | Remoting classes for transparent Java-to-Java remoting via HTTP invokers. |
| org.springframework.remoting.jaxrpc | Remoting classes for Web Services via JAX-RPC. |
| org.springframework.remoting.jaxrpc.support | Support for specific JAX-RPC providers. |
| 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. |
| org.springframework.remoting.support | Generic support classes for remoting implementations. |
| RemoteAccessException | Generic remote access exception. | code | html |
| RemoteConnectFailureException | RemoteAccessException subclass to be thrown when no connection could be established with a remote service. | code | html |
| 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. | code | html |
| RemoteLookupFailureException | RemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation. | code | html |
| RemoteProxyFailureException | RemoteAccessException subclass to be thrown in case of a failure within the client-side proxy for a remote service, for example when a method was not found on the underlying RMI stub. | code | html |