Uses of Interface
jakarta.xml.soap.SOAPBody
Packages that use SOAPBody
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap that return SOAPBody -
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement SOAPBodyModifier and TypeClassDescriptionclass
The implementation of SOAP-ENV:BODY or the SOAPBody abstraction.Methods in com.sun.xml.messaging.saaj.soap.impl that return SOAPBody -
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement SOAPBody -
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement SOAPBody -
Uses of SOAPBody in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPBodyModifier and TypeMethodDescriptionSOAPEnvelope.addBody()
Creates aSOAPBody
object and sets it as theSOAPBody
object for thisSOAPEnvelope
object.SOAPEnvelope.getBody()
Returns theSOAPBody
object associated with thisSOAPEnvelope
object.SOAPMessage.getSOAPBody()
Gets the SOAP Body contained in thisSOAPMessage
object.