| Package | Description |
|---|---|
| com.arjuna.mw.wst.common | |
| com.sun.xml.messaging.saaj.soap | |
| com.sun.xml.messaging.saaj.soap.impl | |
| com.sun.xml.messaging.saaj.soap.ver1_1 | |
| com.sun.xml.messaging.saaj.soap.ver1_2 | |
| com.sun.xml.messaging.saaj.util.stax | |
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator |
SOAPUtil.getChildElements(SOAPElement soapElement)
Get an iterator containing just child elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Envelope
Different implementations for SOAP Envelope must all implement this
interface.
|
interface |
LazyEnvelope |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
SOAPFactoryImpl.createElement(Element domElement) |
SOAPElement |
SOAPFactoryImpl.createElement(Name name) |
SOAPElement |
SOAPFactoryImpl.createElement(QName qname) |
SOAPElement |
SOAPFactoryImpl.createElement(String tagName) |
SOAPElement |
SOAPFactoryImpl.createElement(String localName,
String prefix,
String uri) |
SOAPElement |
SOAPDocumentImpl.getParentElement() |
SOAPElement |
SOAPPartImpl.getParentElement() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentPart |
MessageImpl.getAttachment(SOAPElement element) |
void |
SOAPDocumentImpl.setParentElement(SOAPElement parent) |
void |
SOAPPartImpl.setParentElement(SOAPElement parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
BodyElementImpl
All elements of the SOAP-ENV:BODY.
|
class |
BodyImpl
The implementation of SOAP-ENV:BODY or the SOAPBody abstraction.
|
class |
DetailEntryImpl |
class |
DetailImpl |
class |
ElementImpl |
class |
EnvelopeImpl
Our implementation of the SOAP envelope.
|
class |
FaultElementImpl |
class |
FaultImpl |
class |
HeaderElementImpl |
class |
HeaderImpl |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
ElementImpl.addChildElement(SOAPElement element) |
protected static QName |
FaultImpl.convertCodeToQName(String code,
SOAPElement codeContainingElement) |
protected abstract boolean |
BodyImpl.isFault(SOAPElement child) |
void |
ElementImpl.setParentElement(SOAPElement element) |
void |
HeaderImpl.setParentElement(SOAPElement element) |
void |
HeaderElementImpl.setParentElement(SOAPElement element) |
void |
TextImpl.setParentElement(SOAPElement parent) |
void |
BodyElementImpl.setParentElement(SOAPElement element) |
void |
BodyImpl.setParentElement(SOAPElement element) |
| Modifier and Type | Class and Description |
|---|---|
class |
Body1_1Impl |
class |
BodyElement1_1Impl |
class |
Detail1_1Impl |
class |
DetailEntry1_1Impl |
class |
Envelope1_1Impl |
class |
Fault1_1Impl |
class |
FaultElement1_1Impl |
class |
Header1_1Impl |
class |
HeaderElement1_1Impl |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
Fault1_1Impl.addChildElement(SOAPElement element) |
SOAPElement |
FaultElement1_1Impl.setElementQName(QName newName) |
SOAPElement |
BodyElement1_1Impl.setElementQName(QName newName) |
SOAPElement |
DetailEntry1_1Impl.setElementQName(QName newName) |
SOAPElement |
HeaderElement1_1Impl.setElementQName(QName newName) |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
Fault1_1Impl.addChildElement(SOAPElement element) |
protected boolean |
Body1_1Impl.isFault(SOAPElement child) |
| Modifier and Type | Class and Description |
|---|---|
class |
Body1_2Impl |
class |
BodyElement1_2Impl |
class |
Detail1_2Impl |
class |
DetailEntry1_2Impl |
class |
Envelope1_2Impl |
class |
Fault1_2Impl |
class |
FaultElement1_2Impl |
class |
Header1_2Impl |
class |
HeaderElement1_2Impl |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
Fault1_2Impl.addChildElement(SOAPElement element) |
protected boolean |
Body1_2Impl.isFault(SOAPElement child) |
| Modifier and Type | Field and Description |
|---|---|
protected SOAPElement |
SaajStaxWriter.currentElement |
| Modifier and Type | Method and Description |
|---|---|
protected SOAPElement |
SaajStaxWriter.getEnvelope() |
| Constructor and Description |
|---|
SaajStaxReaderEx(SOAPElement se) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Detail
A container for
DetailEntry objects. |
interface |
DetailEntry
The content for a
Detail object, giving details for
a SOAPFault object. |
interface |
SOAPBody
An object that represents the contents of the SOAP body
element in a SOAP message.
|
interface |
SOAPBodyElement
A
SOAPBodyElement object represents the contents in
a SOAPBody object. |
interface |
SOAPEnvelope
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart object. |
interface |
SOAPFault
An element in the
SOAPBody object that contains
error and/or status information. |
interface |
SOAPFaultElement
A representation of the contents in
a
SOAPFault object. |
interface |
SOAPHeader
A representation of the SOAP header
element.
|
interface |
SOAPHeaderElement
An object representing the contents in the SOAP header part of the
SOAP envelope.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
SOAPElement.addAttribute(Name name,
String value)
Adds an attribute with the specified name and value to this
SOAPElement object. |
SOAPElement |
SOAPElement.addAttribute(QName qname,
String value)
Adds an attribute with the specified name and value to this
SOAPElement object. |
SOAPElement |
SOAPElement.addChildElement(Name name)
Creates a new
SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
SOAPElement |
SOAPElement.addChildElement(QName qname)
Creates a new
SOAPElement object initialized with the given
QName object and adds the new element to this SOAPElement
object. |
SOAPElement |
SOAPElement.addChildElement(SOAPElement element)
Add a
SOAPElement as a child of this
SOAPElement instance. |
SOAPElement |
SOAPElement.addChildElement(String localName)
Creates a new
SOAPElement object initialized with the
specified local name and adds the new element to this
SOAPElement object. |
SOAPElement |
SOAPElement.addChildElement(String localName,
String prefix)
Creates a new
SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
SOAPElement |
SOAPElement.addChildElement(String localName,
String prefix,
String uri)
Creates a new
SOAPElement object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement object. |
SOAPElement |
SOAPElement.addNamespaceDeclaration(String prefix,
String uri)
Adds a namespace declaration with the specified prefix and URI to this
SOAPElement object. |
SOAPElement |
SOAPElement.addTextNode(String text)
Creates a new
Text object initialized with the given
String and adds it to this SOAPElement object. |
SOAPElement |
SOAPElementFactory.create(Name name)
Deprecated.
Use
javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
instead
|
SOAPElement |
SOAPElementFactory.create(String localName)
Deprecated.
Use
javax.xml.soap.SOAPFactory.createElement(String localName) instead
|
SOAPElement |
SOAPElementFactory.create(String localName,
String prefix,
String uri)
Deprecated.
Use
javax.xml.soap.SOAPFactory.createElement(String localName,
String prefix,
String uri)
instead
|
SOAPElement |
SOAPFactory.createElement(Element domElement)
Creates a
SOAPElement object from an existing DOM
Element. |
abstract SOAPElement |
SOAPFactory.createElement(Name name)
Creates a
SOAPElement object initialized with the
given Name object. |
SOAPElement |
SOAPFactory.createElement(QName qname)
Creates a
SOAPElement object initialized with the
given QName object. |
abstract SOAPElement |
SOAPFactory.createElement(String localName)
Creates a
SOAPElement object initialized with the
given local name. |
abstract SOAPElement |
SOAPFactory.createElement(String localName,
String prefix,
String uri)
Creates a new
SOAPElement object with the given
local name, prefix and uri. |
SOAPElement |
Node.getParentElement()
Returns the parent element of this
Node object. |
SOAPElement |
SOAPElement.setElementQName(QName newName)
Changes the name of this
Element to newName if
possible. |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
SOAPElement.addChildElement(SOAPElement element)
Add a
SOAPElement as a child of this
SOAPElement instance. |
abstract AttachmentPart |
SOAPMessage.getAttachment(SOAPElement element)
Returns an
AttachmentPart object that is associated with an
attachment that is referenced by this SOAPElement or
null if no such attachment exists. |
void |
Node.setParentElement(SOAPElement parent)
Sets the parent of this
Node object to the given
SOAPElement object. |
| Constructor and Description |
|---|
SAAJResult(SOAPElement rootNode)
Creates a
SAAJResult that will write the results as a
child node of the SOAPElement specified. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.