Uses of Interface
jakarta.xml.soap.SOAPBodyElement
-
Packages that use SOAPBodyElement 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 jakarta.xml.soap 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 SOAPBodyElement Modifier and Type Class Description classBodyElementImplAll elements of the SOAP-ENV:BODY.classBodyImplThe implementation of SOAP-ENV:BODY or the SOAPBody abstraction.classDetailEntryImplclassDetailImplclassElementImplclassEnvelopeImplOur implementation of the SOAP envelope.classFaultElementImplclassFaultImplclassHeaderElementImplclassHeaderImplMethods in com.sun.xml.messaging.saaj.soap.impl that return SOAPBodyElement Modifier and Type Method Description SOAPBodyElementBodyImpl. addBodyElement(Name name)SOAPBodyElementBodyImpl. addBodyElement(QName qname)SOAPBodyElementBodyImpl. 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 SOAPBodyElement Modifier and Type Class Description classBody1_1ImplclassBodyElement1_1ImplclassDetail1_1ImplclassDetailEntry1_1ImplclassEnvelope1_1ImplclassFault1_1ImplclassFaultElement1_1ImplclassHeader1_1ImplclassHeaderElement1_1ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPBodyElement Modifier and Type Method Description protected 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 SOAPBodyElement Modifier and Type Class Description classBody1_2ImplclassBodyElement1_2ImplclassDetail1_2ImplclassDetailEntry1_2ImplclassEnvelope1_2ImplclassFault1_2ImplclassFaultElement1_2ImplclassHeader1_2ImplclassHeaderElement1_2ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPBodyElement Modifier and Type Method Description SOAPBodyElementBody1_2Impl. addBodyElement(Name name)SOAPBodyElementBody1_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.soap Modifier and Type Interface Description interfaceSOAPFaultAn element in theSOAPBodyobject that contains error and/or status information.Methods in jakarta.xml.soap that return SOAPBodyElement Modifier and Type Method Description SOAPBodyElementSOAPBody. addBodyElement(Name name)Creates a newSOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject.SOAPBodyElementSOAPBody. addBodyElement(QName qname)Creates a newSOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject.SOAPBodyElementSOAPBody. addDocument(Document document)Adds the root node of the DOMDocumentto thisSOAPBodyobject.
-