Uses of Interface
javax.xml.soap.SOAPHeader
-
Packages that use SOAPHeader Package Description javax.xml.soap org.apache.axis org.apache.axis.message -
-
Uses of SOAPHeader in javax.xml.soap
Methods in javax.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. -
Uses of SOAPHeader in org.apache.axis
Methods in org.apache.axis that return SOAPHeader Modifier and Type Method Description SOAPHeaderMessage. getSOAPHeader() -
Uses of SOAPHeader in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPHeader Modifier and Type Class Description classSOAPHeaderHolder for header elements.Methods in org.apache.axis.message that return SOAPHeader Modifier and Type Method Description SOAPHeaderSOAPEnvelope. addHeader()Add a soap header if one does not existSOAPHeaderSOAPEnvelope. getHeader()Get the soap header
-