Uses of Interface
jakarta.xml.soap.SOAPHeader
Packages that use SOAPHeader
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPHeader in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap that return SOAPHeader -
Uses of SOAPHeader in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement SOAPHeaderMethods in com.sun.xml.messaging.saaj.soap.impl that return SOAPHeader -
Uses of SOAPHeader in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement SOAPHeader -
Uses of SOAPHeader in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement SOAPHeader -
Uses of SOAPHeader in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPHeaderModifier and TypeMethodDescriptionSOAPEnvelope.addHeader()Creates aSOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject.SOAPEnvelope.getHeader()Returns theSOAPHeaderobject for thisSOAPEnvelopeobject.SOAPMessage.getSOAPHeader()Gets the SOAP Header contained in thisSOAPMessageobject.