Uses of Interface
jakarta.xml.soap.SOAPBody
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap
-
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap.impl
Modifier and TypeClassDescriptionclass
The implementation of SOAP-ENV:BODY or the SOAPBody abstraction. -
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap.ver1_1
-
Uses of SOAPBody in com.sun.xml.messaging.saaj.soap.ver1_2
-
Uses of SOAPBody in jakarta.xml.soap
Modifier 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.