|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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(javax.xml.ws.soap.SOAPFaultException original)
Constructor for JaxWsSoapFaultException. |
|
| Method Summary | |
|---|---|
javax.xml.soap.SOAPFault |
getFault()
Return the wrapped JAX-WS SOAPFault. |
java.lang.String |
getFaultActor()
Return the actor that caused this fault. |
java.lang.String |
getFaultCode()
Return the SOAP fault code. |
javax.xml.namespace.QName |
getFaultCodeAsQName()
Return the SOAP fault code as a QName object. |
java.lang.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(javax.xml.ws.soap.SOAPFaultException original)
original - the original JAX-WS SOAPFaultException to wrap| Method Detail |
|---|
public final javax.xml.soap.SOAPFault getFault()
public java.lang.String getFaultCode()
SoapFaultException
getFaultCode in class SoapFaultExceptionpublic javax.xml.namespace.QName getFaultCodeAsQName()
SoapFaultExceptionQName object.
getFaultCodeAsQName in class SoapFaultExceptionpublic java.lang.String getFaultString()
SoapFaultException
getFaultString in class SoapFaultExceptionpublic java.lang.String getFaultActor()
SoapFaultException
getFaultActor in class SoapFaultException
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||