Multiple choice technology web technology Which SAAJ 1.2 type is used to represent SOAP message header blocks? org.omg.dom.Document javax.xml.soap.SoapPart javax.xml.soap.SoapEntity javax.xml.soap.SoapHeaderElement Reveal answer Fill a bubble to check yourself D Correct answer Explanation SAAJ (SOAP with Attachments API for Java) uses the SoapHeaderElement class to represent SOAP message header blocks. SoapPart represents the SOAP body, not headers. The other classes are not valid SAAJ types.