软件包 | 描述 |
---|---|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPFault
在包含错误和/或状态信息的
SOAPBody 对象元素。
|
Modifier and Type | Method and Description |
---|---|
SOAPBodyElement |
SOAPBody.addBodyElement(Name name)
创建一个新的具有指定名称的
SOAPBodyElement 对象并将其添加到这个
SOAPBody 对象。
|
SOAPBodyElement |
SOAPBody.addBodyElement(QName qname)
创建一个新的具有指定属性
SOAPBodyElement 对象并将其添加到这个
SOAPBody 对象。
|
SOAPBodyElement |
SOAPBody.addDocument(Document document)
添加DOM
根节点到这
SOAPBody 对象。
|
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.