public class

JaxRpcSoapFaultException

extends SoapFaultException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.remoting.RemoteAccessException
             ↳ org.springframework.remoting.RemoteInvocationFailureException
               ↳ org.springframework.remoting.soap.SoapFaultException
                 ↳ org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException

This class is deprecated.
in favor of JAX-WS support in org.springframework.remoting.jaxws

Class Overview

Spring SoapFaultException adapter for the JAX-RPC javax.xml.rpc.soap.SOAPFaultException class.

Summary

Public Constructors
JaxRpcSoapFaultException(SOAPFaultException original)
Constructor for JaxRpcSoapFaultException.
Public Methods
String getFaultActor()
Return the actor that caused this fault.
String getFaultCode()
Return the SOAP fault code.
QName getFaultCodeAsQName()
Return the SOAP fault code as a QName object.
String getFaultString()
Return the descriptive SOAP fault string.
final SOAPFaultException getOriginalException()
Return the wrapped JAX-RPC SOAPFaultException.
[Expand]
Inherited Methods
From class org.springframework.remoting.soap.SoapFaultException
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JaxRpcSoapFaultException (SOAPFaultException original)

Constructor for JaxRpcSoapFaultException.

Parameters
original the original JAX-RPC SOAPFaultException to wrap

Public Methods

public String getFaultActor ()

Return the actor that caused this fault.

public String getFaultCode ()

Return the SOAP fault code.

public QName getFaultCodeAsQName ()

Return the SOAP fault code as a QName object.

public String getFaultString ()

Return the descriptive SOAP fault string.

public final SOAPFaultException getOriginalException ()

Return the wrapped JAX-RPC SOAPFaultException.