|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.xml.ws.soap Class SOAPFaultException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
javax.xml.ws.ProtocolException
javax.xml.ws.soap.SOAPFaultException
- All Implemented Interfaces:
- Serializable
public class SOAPFaultException
- extends ProtocolException
SOAPFaultException 异常表示 SOAP 错误。
SOAP 错误中的消息部分映射到 faultdetail 元素的内容,该元素可通过对 SOAPFaultException 调用 getDetail 方法进行访问。javax.xml.soap.SOAPFactory 上的 createDetail 方法可以创建一个 javax.xml.soap.Detail 实例。
faultstring 提供人类可读的 SOAP 错误描述。faultcode 元素提供 SOAP 错误的算法映射。
有关 SOAP 错误的更多细节,请参见 SOAP 1.1 和 WSDL 1.1 规范。
| version | 1.0 |
| See also | javax.xml.soap.Detail, createDetail |
The SOAPFaultException exception represents a
SOAP 1.1 or 1.2 fault.
A SOAPFaultException wraps a SAAJ SOAPFault
that manages the SOAP-specific representation of faults.
The createFault method of
javax.xml.soap.SOAPFactory may be used to create an instance
of javax.xml.soap.SOAPFault for use with the
constructor. SOAPBinding contains an accessor for the
SOAPFactory used by the binding instance.
Note that the value of getFault is the only part of the
exception used when searializing a SOAP fault.
Refer to the SOAP specification for a complete description of SOAP faults.
- Since:
- JAX-WS 2.0
- See Also:
SOAPFault,SOAPBinding.getSOAPFactory(),ProtocolException, Serialized Form
| Constructor Summary | |
|---|---|
SOAPFaultException(SOAPFault fault)
Constructor for SOAPFaultException |
|
| Method Summary | |
|---|---|
SOAPFault |
getFault()
Gets the embedded SOAPFault instance. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
|---|
英文文档:
SOAPFaultException
public SOAPFaultException(SOAPFault fault)
- Constructor for SOAPFaultException
- Parameters:
fault-SOAPFaultrepresenting the fault- See Also:
SOAPFactory.createFault(java.lang.String, javax.xml.namespace.QName)
| Method Detail |
|---|
英文文档:
getFault
public SOAPFault getFault()
- Gets the embedded
SOAPFaultinstance. - Returns:
javax.xml.soap.SOAPFaultSOAP fault element
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!
