软件包 | 描述 |
---|---|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
Modifier and Type | Method and Description |
---|---|
Detail |
SOAPFault.addDetail()
创建一个可选的
Detail 对象并设置为这个
SOAPFault 对象的
Detail 对象。
|
abstract Detail |
SOAPFactory.createDetail()
创建一个新的
Detail 对象作为一个
DetailEntry 对象的容器。
|
Detail |
SOAPFault.getDetail()
返回该对象的详细
SOAPFault 可选元素。
|
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.