软件包 | 描述 |
---|---|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
javax.xml.ws.soap |
此包定义了特定于绑定的特定于。
|
Modifier and Type | Method and Description |
---|---|
static MessageFactory |
MessageFactory.newInstance()
创建一个新的
MessageFactory 对象是默认实现的实例(肥皂1.1),这种方法使用以下命令查找程序来确定messagefactory实现类负荷:用javax.xml.soap.messagefactory系统性能。
|
static MessageFactory |
MessageFactory.newInstance(String protocol)
创建一个新的
MessageFactory 对象是指定实现的一个实例。
|
protected abstract MessageFactory |
SAAJMetaFactory.newMessageFactory(String protocol)
为给定的
String 协议
MessageFactory 对象。
|
Modifier and Type | Method and Description |
---|---|
MessageFactory |
SOAPBinding.getMessageFactory()
被这种肥皂结合使用SAAJ
MessageFactory 实例。
|
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.