| Package | Description |
|---|---|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| org.jboss.ws.core.soap |
| Modifier and Type | Method and Description |
|---|---|
DetailEntry |
Detail.addDetailEntry(Name name)
Creates a new
DetailEntry object with the given
name and adds it to this Detail object. |
DetailEntry |
Detail.addDetailEntry(QName qname)
Creates a new
DetailEntry object with the given
QName and adds it to this Detail object. |
| Modifier and Type | Class and Description |
|---|---|
class |
DetailEntryImpl
The content for a Detail object, giving details for a SOAPFault object.
|
| Modifier and Type | Method and Description |
|---|---|
DetailEntry |
DetailImpl.addDetailEntry(Name name) |
DetailEntry |
DetailImpl.addDetailEntry(QName qname) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.