软件包 | 描述 |
---|---|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
Modifier and Type | Method and Description |
---|---|
abstract MimeHeaders |
SOAPMessage.getMimeHeaders()
返回所有传输特定MIME标头这
SOAPMessage 对象传输独立的时尚。
|
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders headers, InputStream in)
内化的
InputStream 对象到一个新的
SOAPMessage 对象的内容并返回
SOAPMessage 对象。
|
abstract Iterator |
SOAPMessage.getAttachments(MimeHeaders headers)
检索所有有头项符合指定的头
AttachmentPart 对象。
|
abstract void |
SOAPMessage.removeAttachments(MimeHeaders headers)
删除所有有头项符合指定的头
AttachmentPart 对象。
|
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.