Uses of Class
org.springframework.remoting.soap.SoapFaultException

Packages that use SoapFaultException
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. 
 

Uses of SoapFaultException in org.springframework.remoting.jaxrpc
 

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

Uses of SoapFaultException in org.springframework.remoting.jaxws
 

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



Copyright © 2002-2008 The Spring Framework.