Uses of Interface
jakarta.xml.soap.SOAPBodyElement
Packages that use SOAPBodyElement
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPBodyElement in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement SOAPBodyElementModifier and TypeClassDescriptionclassAll elements of the SOAP-ENV:BODY.classThe implementation of SOAP-ENV:BODY or the SOAPBody abstraction.classclassclassclassOur implementation of the SOAP envelope.classclassclassclassMethods in com.sun.xml.messaging.saaj.soap.impl that return SOAPBodyElementModifier and TypeMethodDescriptionBodyImpl.addBodyElement(Name name) BodyImpl.addBodyElement(QName qname) BodyImpl.addDocument(Document document) protected abstract SOAPBodyElementBodyImpl.createBodyElement(Name name) protected abstract SOAPBodyElementBodyImpl.createBodyElement(QName name) -
Uses of SOAPBodyElement in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement SOAPBodyElementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPBodyElementModifier and TypeMethodDescriptionprotected SOAPBodyElementBody1_1Impl.createBodyElement(Name name) protected SOAPBodyElementBody1_1Impl.createBodyElement(QName name) -
Uses of SOAPBodyElement in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement SOAPBodyElementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPBodyElementModifier and TypeMethodDescriptionBody1_2Impl.addBodyElement(Name name) Body1_2Impl.addBodyElement(QName name) protected SOAPBodyElementBody1_2Impl.createBodyElement(Name name) protected SOAPBodyElementBody1_2Impl.createBodyElement(QName name) -
Uses of SOAPBodyElement in jakarta.xml.soap
Subinterfaces of SOAPBodyElement in jakarta.xml.soapModifier and TypeInterfaceDescriptioninterfaceAn element in theSOAPBodyobject that contains error and/or status information.Methods in jakarta.xml.soap that return SOAPBodyElementModifier and TypeMethodDescriptionSOAPBody.addBodyElement(Name name) Creates a newSOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject.SOAPBody.addBodyElement(QName qname) Creates a newSOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject.SOAPBody.addDocument(Document document) Adds the root node of the DOMDocumentto thisSOAPBodyobject.