The Spring Framework

Uses of Class
org.springframework.remoting.RemoteInvocationFailureException

Packages that use RemoteInvocationFailureException
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.soap SOAP-specific exceptions and support classes for Spring's remoting subsystem. 
 

Uses of RemoteInvocationFailureException in org.springframework.remoting.jaxrpc
 

Subclasses of RemoteInvocationFailureException in org.springframework.remoting.jaxrpc
 class JaxRpcSoapFaultException
          Spring SoapFaultException adapter for the JAX-RPC SOAPFaultException class.
 

Uses of RemoteInvocationFailureException in org.springframework.remoting.jaxws
 

Subclasses of RemoteInvocationFailureException in org.springframework.remoting.jaxws
 class JaxWsSoapFaultException
          Spring SoapFaultException adapter for the JAX-WS SOAPFaultException class.
 

Uses of RemoteInvocationFailureException in org.springframework.remoting.soap
 

Subclasses of RemoteInvocationFailureException in org.springframework.remoting.soap
 class SoapFaultException
          RemoteInvocationFailureException subclass that provides the details of a SOAP fault.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.