软件包 | 描述 |
---|---|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
javax.xml.ws.handler.soap |
此包定义了用于处理消息处理程序的原料药。
|
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request, Object to)
将给定的消息发送到指定的端点和块,直到它返回响应为止。
|
abstract SOAPMessage |
MessageFactory.createMessage()
创建一个新的默认
SOAPPart ,
SOAPMessage 对象
SOAPEnvelope ,
SOAPBody ,和
SOAPHeader 对象。
|
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders headers, InputStream in)
内化的
InputStream 对象到一个新的
SOAPMessage 对象的内容并返回
SOAPMessage 对象。
|
SOAPMessage |
SOAPConnection.get(Object to)
从一个特定的端点和块获取一个消息,直到它接收到,
|
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request, Object to)
将给定的消息发送到指定的端点和块,直到它返回响应为止。
|
Constructor and Description |
---|
SAAJResult(SOAPMessage message)
创建一个
SAAJResult 将结果写在提供的
SOAPPart
SOAPMessage 。
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPMessageContext.getMessage()
从这个消息上下文中获取
SOAPMessage 。
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPMessageContext.setMessage(SOAPMessage message)
这一消息上下文的SOAP消息集
|
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.