Uses of Interface
jakarta.xml.soap.SOAPHeader
-
Packages that use SOAPHeader Package Description com.sun.xml.messaging.saaj.soap 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 SOAPHeader in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap that return SOAPHeader Modifier and Type Method Description SOAPHeaderMessageImpl. getSOAPHeader() -
Uses of SOAPHeader in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement SOAPHeader Modifier and Type Class Description classHeaderImplMethods in com.sun.xml.messaging.saaj.soap.impl that return SOAPHeader Modifier and Type Method Description SOAPHeaderEnvelopeImpl. addHeader()SOAPHeaderEnvelopeImpl. addHeader(String prefix)SOAPHeaderEnvelopeImpl. getHeader() -
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 Modifier and Type Class Description classHeader1_1Impl -
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 Modifier and Type Class Description classHeader1_2Impl -
Uses of SOAPHeader in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPHeader Modifier and Type Method Description SOAPHeaderSOAPEnvelope. addHeader()Creates aSOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject.SOAPHeaderSOAPEnvelope. getHeader()Returns theSOAPHeaderobject for thisSOAPEnvelopeobject.SOAPHeaderSOAPMessage. getSOAPHeader()Gets the SOAP Header contained in thisSOAPMessageobject.
-