Uses of Interface
jakarta.xml.soap.SOAPHeaderElement
Packages that use SOAPHeaderElement
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPHeaderElement in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement SOAPHeaderElementMethods in com.sun.xml.messaging.saaj.soap.impl that return SOAPHeaderElementModifier and TypeMethodDescriptionHeaderImpl.addHeaderElement(Name name) HeaderImpl.addHeaderElement(QName name) HeaderImpl.addUpgradeHeaderElement(String supportedSoapUri) HeaderImpl.addUpgradeHeaderElement(String[] supportedSoapUris) HeaderImpl.addUpgradeHeaderElement(Iterator<String> supportedSoapUris) protected abstract SOAPHeaderElementHeaderImpl.createHeaderElement(Name name) protected abstract SOAPHeaderElementHeaderImpl.createHeaderElement(QName name) Methods in com.sun.xml.messaging.saaj.soap.impl that return types with arguments of type SOAPHeaderElementModifier and TypeMethodDescriptionHeaderImpl.examineAllHeaderElements()HeaderImpl.examineHeaderElements(String actor) HeaderImpl.examineMustUnderstandHeaderElements(String actor) HeaderImpl.extractAllHeaderElements()HeaderImpl.extractHeaderElements(String actor) protected Iterator<SOAPHeaderElement> HeaderImpl.getHeaderElements(String actor, boolean detach, boolean mustUnderstand) protected Iterator<SOAPHeaderElement> HeaderImpl.getHeaderElementsForActor(String actor, boolean detach, boolean mustUnderstand) -
Uses of SOAPHeaderElement in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement SOAPHeaderElementMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPHeaderElementModifier and TypeMethodDescriptionHeader1_1Impl.addNotUnderstoodHeaderElement(QName name) protected SOAPHeaderElementHeader1_1Impl.createHeaderElement(Name name) protected SOAPHeaderElementHeader1_1Impl.createHeaderElement(QName name) -
Uses of SOAPHeaderElement in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement SOAPHeaderElementMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPHeaderElementModifier and TypeMethodDescriptionHeader1_2Impl.addNotUnderstoodHeaderElement(QName sourceName) protected SOAPHeaderElementHeader1_2Impl.createHeaderElement(Name name) protected SOAPHeaderElementHeader1_2Impl.createHeaderElement(QName name) -
Uses of SOAPHeaderElement in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPHeaderElementModifier and TypeMethodDescriptionSOAPHeader.addHeaderElement(Name name) Creates a newSOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject.SOAPHeader.addHeaderElement(QName qname) Creates a newSOAPHeaderElementobject initialized with the specified qname and adds it to thisSOAPHeaderobject.SOAPHeader.addNotUnderstoodHeaderElement(QName name) Creates a new NotUnderstoodSOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject.SOAPHeader.addUpgradeHeaderElement(String supportedSoapUri) Creates a new UpgradeSOAPHeaderElementobject initialized with the specified supported SOAP URI and adds it to thisSOAPHeaderobject.SOAPHeader.addUpgradeHeaderElement(String[] supportedSoapUris) Creates a new UpgradeSOAPHeaderElementobject initialized with the specified array of supported SOAP URIs and adds it to thisSOAPHeaderobject.SOAPHeader.addUpgradeHeaderElement(Iterator<String> supportedSOAPURIs) Creates a new UpgradeSOAPHeaderElementobject initialized with the specified List of supported SOAP URIs and adds it to thisSOAPHeaderobject.Methods in jakarta.xml.soap that return types with arguments of type SOAPHeaderElementModifier and TypeMethodDescriptionSOAPHeader.examineAllHeaderElements()Returns anIteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject.SOAPHeader.examineHeaderElements(String actor) Returns anIteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor.SOAPHeader.examineMustUnderstandHeaderElements(String actor) Returns anIteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and that have a MustUnderstand attribute whose value is equivalent totrue.SOAPHeader.extractAllHeaderElements()Returns anIteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject and detaches them from thisSOAPHeaderobject.SOAPHeader.extractHeaderElements(String actor) Returns anIteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and detaches them from thisSOAPHeaderobject.