Uses of Interface
jakarta.xml.soap.SOAPBodyElement
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPBodyElement in com.sun.xml.messaging.saaj.soap.impl
Modifier and TypeClassDescriptionclass
All elements of the SOAP-ENV:BODY.class
The implementation of SOAP-ENV:BODY or the SOAPBody abstraction.class
class
class
class
Our implementation of the SOAP envelope.class
class
class
class
Modifier and TypeMethodDescriptionBodyImpl.addBodyElement
(Name name) BodyImpl.addBodyElement
(QName qname) BodyImpl.addDocument
(Document document) protected abstract SOAPBodyElement
BodyImpl.createBodyElement
(Name name) protected abstract SOAPBodyElement
BodyImpl.createBodyElement
(QName name) -
Uses of SOAPBodyElement in com.sun.xml.messaging.saaj.soap.ver1_1
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionprotected SOAPBodyElement
Body1_1Impl.createBodyElement
(Name name) protected SOAPBodyElement
Body1_1Impl.createBodyElement
(QName name) -
Uses of SOAPBodyElement in com.sun.xml.messaging.saaj.soap.ver1_2
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionBody1_2Impl.addBodyElement
(Name name) Body1_2Impl.addBodyElement
(QName name) protected SOAPBodyElement
Body1_2Impl.createBodyElement
(Name name) protected SOAPBodyElement
Body1_2Impl.createBodyElement
(QName name) -
Uses of SOAPBodyElement in jakarta.xml.soap
Modifier and TypeInterfaceDescriptioninterface
An element in theSOAPBody
object that contains error and/or status information.Modifier and TypeMethodDescriptionSOAPBody.addBodyElement
(Name name) Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPBody.addBodyElement
(QName qname) Creates a newSOAPBodyElement
object with the specified QName and adds it to thisSOAPBody
object.SOAPBody.addDocument
(Document document) Adds the root node of the DOMDocument
to thisSOAPBody
object.