The Spring Framework

Uses of Package
org.springframework.remoting

Packages that use org.springframework.remoting
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.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
 

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.