Uses of Interface
jakarta.xml.soap.SOAPHeaderElement
Packages that use SOAPHeaderElement
-
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.