|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
org.springframework.remoting.jaxws
@Deprecated public class JaxRpcSoapFaultException
Spring SoapFaultException adapter for the JAX-RPC
SOAPFaultException
class.
Constructor Summary | |
---|---|
JaxRpcSoapFaultException(SOAPFaultException original)
Deprecated. Constructor for JaxRpcSoapFaultException. |
Method Summary | |
---|---|
String |
getFaultActor()
Deprecated. Return the actor that caused this fault. |
String |
getFaultCode()
Deprecated. Return the SOAP fault code. |
QName |
getFaultCodeAsQName()
Deprecated. Return the SOAP fault code as a QName object. |
String |
getFaultString()
Deprecated. Return the descriptive SOAP fault string. |
SOAPFaultException |
getOriginalException()
Deprecated. Return the wrapped JAX-RPC SOAPFaultException. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JaxRpcSoapFaultException(SOAPFaultException original)
original
- the original JAX-RPC SOAPFaultException to wrapMethod Detail |
---|
public final SOAPFaultException getOriginalException()
public String getFaultCode()
SoapFaultException
getFaultCode
in class SoapFaultException
public QName getFaultCodeAsQName()
SoapFaultException
QName
object.
getFaultCodeAsQName
in class SoapFaultException
public String getFaultString()
SoapFaultException
getFaultString
in class SoapFaultException
public String getFaultActor()
SoapFaultException
getFaultActor
in class SoapFaultException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |