类 JaxWsSoapFaultException
- 所有已实现的接口:
Serializable
public class JaxWsSoapFaultException extends SoapFaultException
Spring SoapFaultException adapter for the JAX-WSSOAPFaultExceptionclass.- 从以下版本开始:
- 2.5
- 作者:
- Juergen Hoeller
- 另请参阅:
- 序列化表格
构造器概要
构造器 构造器 说明 JaxWsSoapFaultException(SOAPFaultException original)Constructor for JaxWsSoapFaultException.
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 SOAPFaultgetFault()Return the wrapped JAX-WS SOAPFault.StringgetFaultActor()Return the actor that caused this fault.StringgetFaultCode()Return the SOAP fault code.QNamegetFaultCodeAsQName()Return the SOAP fault code as aQNameobject.StringgetFaultString()Return the descriptive SOAP fault string.从类继承的方法 org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
构造器详细资料
JaxWsSoapFaultException
public JaxWsSoapFaultException(SOAPFaultException original)
Constructor for JaxWsSoapFaultException.- 参数:
original- the original JAX-WS SOAPFaultException to wrap
方法详细资料
getFaultCode
public String getFaultCode()
从类复制的说明:SoapFaultExceptionReturn the SOAP fault code.- 指定者:
getFaultCode在类中SoapFaultException
getFaultCodeAsQName
public QName getFaultCodeAsQName()
从类复制的说明:SoapFaultExceptionReturn the SOAP fault code as aQNameobject.
getFaultString
public String getFaultString()
从类复制的说明:SoapFaultExceptionReturn the descriptive SOAP fault string.- 指定者:
getFaultString在类中SoapFaultException
getFaultActor
public String getFaultActor()
从类复制的说明:SoapFaultExceptionReturn the actor that caused this fault.- 指定者:
getFaultActor在类中SoapFaultException