| Package | Description |
|---|---|
| com.sun.xml.messaging.saaj.soap.impl | |
| com.sun.xml.messaging.saaj.soap.ver1_1 | |
| com.sun.xml.messaging.saaj.soap.ver1_2 | |
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DetailEntryImpl |
| Modifier and Type | Method and Description |
|---|---|
DetailEntry |
DetailImpl.addDetailEntry(Name name) |
DetailEntry |
DetailImpl.addDetailEntry(QName qname) |
protected abstract DetailEntry |
DetailImpl.createDetailEntry(Name name) |
protected abstract DetailEntry |
DetailImpl.createDetailEntry(QName name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DetailEntry> |
DetailImpl.getDetailEntries() |
| Modifier and Type | Class and Description |
|---|---|
class |
DetailEntry1_1Impl |
| Modifier and Type | Method and Description |
|---|---|
protected DetailEntry |
Detail1_1Impl.createDetailEntry(Name name) |
protected DetailEntry |
Detail1_1Impl.createDetailEntry(QName name) |
| Modifier and Type | Class and Description |
|---|---|
class |
DetailEntry1_2Impl |
| Modifier and Type | Method and Description |
|---|---|
protected DetailEntry |
Detail1_2Impl.createDetailEntry(Name name) |
protected DetailEntry |
Detail1_2Impl.createDetailEntry(QName name) |
| 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. |
Copyright © 2025 JBoss by Red Hat. All rights reserved.