软件包 | 描述 |
---|---|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
javax.xml.ws.soap |
此包定义了特定于绑定的特定于。
|
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAPBody.addFault()
创建一个新的
SOAPFault 对象并将其添加到这个
SOAPBody 对象。
|
SOAPFault |
SOAPBody.addFault(Name faultCode, String faultString)
创建一个新的
SOAPFault 对象并将其添加到这个
SOAPBody 对象。
|
SOAPFault |
SOAPBody.addFault(Name faultCode, String faultString, Locale locale)
创建一个新的
SOAPFault 对象并将其添加到这个
SOAPBody 对象。
|
SOAPFault |
SOAPBody.addFault(QName faultCode, String faultString)
创建一个新的
SOAPFault 对象并将其添加到这个
SOAPBody 对象。
|
SOAPFault |
SOAPBody.addFault(QName faultCode, String faultString, Locale locale)
创建一个新的
SOAPFault 对象并将其添加到这个
SOAPBody 对象。
|
abstract SOAPFault |
SOAPFactory.createFault()
创建一个新的默认
SOAPFault 对象
|
abstract SOAPFault |
SOAPFactory.createFault(String reasonText, QName faultCode)
创建一个新的
SOAPFault 对象与给定的
reasonText 和
faultCode 初始化
|
SOAPFault |
SOAPBody.getFault()
在这
SOAPBody 返回对象的
SOAPFault 对象。
|
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAPFaultException.getFault()
有嵌入式
SOAPFault 实例。
|
Constructor and Description |
---|
SOAPFaultException(SOAPFault fault)
构造函数soapfaultexception
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.