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