| 软件包 | 描述 |
|---|---|
| javax.xml.soap |
提供用于创建和生成消息的接口。
|
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAPEnvelope.addBody()
创建一个
SOAPBody对象并设置为这个
SOAPEnvelope对象的
SOAPBody对象。
|
SOAPBody |
SOAPEnvelope.getBody()
返回与此
SOAPEnvelope对象相关的
SOAPBody对象。
|
SOAPBody |
SOAPMessage.getSOAPBody()
获取包含在这
SOAPMessage对象的皂体。
|
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.