The Spring Framework

Uses of Package
org.springframework.remoting

Packages that use org.springframework.remoting
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 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.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. 
 

Classes in org.springframework.remoting used by org.springframework.jms.remoting
RemoteAccessException
          Generic remote access exception.
 

Classes in org.springframework.remoting used by org.springframework.remoting
RemoteAccessException
          Generic remote access exception.
 

Classes in org.springframework.remoting used by org.springframework.remoting.caucho
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.
 

Classes in org.springframework.remoting used by org.springframework.remoting.httpinvoker
RemoteAccessException
          Generic remote access exception.
 

Classes in org.springframework.remoting used by org.springframework.remoting.jaxrpc
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.
RemoteLookupFailureException
          RemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.
 

Classes in org.springframework.remoting used by org.springframework.remoting.jaxws
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.
 

Classes in org.springframework.remoting used by org.springframework.remoting.rmi
RemoteLookupFailureException
          RemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.
 

Classes in org.springframework.remoting used by org.springframework.remoting.soap
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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.