Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
org.jboss.ws.core.soap | |
org.jboss.ws.core.soap.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPFault
An element in the
SOAPBody object that contains
error and/or status information. |
Modifier and Type | Method and Description |
---|---|
SOAPBodyElement |
SOAPBody.addBodyElement(Name name)
Creates a new
SOAPBodyElement object with the specified
name and adds it to this SOAPBody object. |
SOAPBodyElement |
SOAPBody.addBodyElement(QName qname)
Creates a new
SOAPBodyElement object with the specified
QName and adds it to this SOAPBody object. |
SOAPBodyElement |
SOAPBody.addDocument(Document document)
Adds the root node of the DOM
to this SOAPBody object. |
Modifier and Type | Class and Description |
---|---|
class |
SOAPBodyElementDoc
An abstract implemenation of the SOAPBodyElement
This class should not expose functionality that is not part of
SOAPBodyElement . |
class |
SOAPBodyElementMessage
An abstract implemenation of the SOAPBodyElement
This class should not expose functionality that is not part of
SOAPBodyElement . |
class |
SOAPBodyElementRpc
An abstract implemenation of the SOAPBodyElement
This class should not expose functionality that is not part of
SOAPBodyElement . |
class |
SOAPFaultImpl
An element in the SOAPBody object that contains error and/or status information.
|
Modifier and Type | Method and Description |
---|---|
SOAPBodyElement |
SOAPBodyImpl.addBodyElement(Name name) |
SOAPBodyElement |
SOAPBodyImpl.addBodyElement(QName qname) |
SOAPBodyElement |
SOAPBodyImpl.addDocument(Document doc) |
SOAPBodyElement |
EnvelopeBuilderDOM.buildBodyElementDefault(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
EnvelopeBuilderDOM.buildBodyElementDoc(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
EnvelopeBuilder.buildBodyElementDoc(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
EnvelopeBuilderDOM.buildBodyElementRpc(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
EnvelopeBuilder.buildBodyElementRpc(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
SOAPBodyImpl.getBodyElement() |
Modifier and Type | Method and Description |
---|---|
static SOAPBodyElement |
SOAPUtils.getFirstSOAPBodyElement(SOAPBody soapBody) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.