|
|||||||||
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.jaxws.JaxWsSoapFaultException
public class JaxWsSoapFaultException
Spring SoapFaultException adapter for the JAX-WS
SOAPFaultException
class.
Constructor Summary | |
---|---|
JaxWsSoapFaultException(SOAPFaultException original)
Constructor for JaxWsSoapFaultException. |
Method Summary | |
---|---|
SOAPFault |
getFault()
Return the wrapped JAX-WS SOAPFault. |
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. |
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 JaxWsSoapFaultException(SOAPFaultException original)
original
- the original JAX-WS SOAPFaultException to wrapMethod Detail |
---|
public final SOAPFault getFault()
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 |