Uses of Interface
org.apache.axiom.soap.SOAPHeaderBlock
Packages that use SOAPHeaderBlock
-
Uses of SOAPHeaderBlock in org.apache.axiom.soap
Methods in org.apache.axiom.soap that return SOAPHeaderBlockModifier and TypeMethodDescriptionSOAPHeader.addHeaderBlock
(String localName, OMNamespace ns) Creates a newSOAPHeaderBlock
object initialized with the specified name and adds it to thisSOAPHeader
object.SOAPHeader.addHeaderBlock
(QName qname) Creates a newSOAPHeaderBlock
object initialized with the specified name and adds it to thisSOAPHeader
object.SOAPFactory.createSOAPHeaderBlock
(String localName, OMNamespace ns) SOAPFactory.createSOAPHeaderBlock
(String localName, OMNamespace ns, OMDataSource source) Create aSOAPHeaderBlock
from anOMDataSource
with a known local name and namespace URI.SOAPFactory.createSOAPHeaderBlock
(String localName, OMNamespace ns, SOAPHeader parent) SOAPFactory.createSOAPHeaderBlock
(OMDataSource source) Create aSOAPHeaderBlock
from anOMDataSource
.SOAPFactory.createSOAPHeaderBlock
(OMElement element) Create a newSOAPHeaderBlock
with the same content as the given element.Methods in org.apache.axiom.soap that return types with arguments of type SOAPHeaderBlockModifier and TypeMethodDescriptionSOAPHeader.examineAllHeaderBlocks()
Returns an iterator over all theSOAPHeaderBlock
objects in thisSOAPHeader
object.SOAPHeader.examineHeaderBlocks
(String role) Returns a list of all theSOAPHeaderBlock
objects in thisSOAPHeader
object that have the the specified role.SOAPHeader.examineMustUnderstandHeaderBlocks
(String role) Returns an iterator over all theSOAPHeaderBlock
objects in thisSOAPHeader
object that have the specified role and that have aMustUnderstand
attribute whose value is equivalent totrue
.SOAPHeader.extractAllHeaderBlocks()
Returns an iterator over all theSOAPHeaderBlock
objects in thisSOAPHeader
object and detaches them from thisSOAPHeader
object.SOAPHeader.extractHeaderBlocks
(String role) Returns a list of all theSOAPHeaderBlock
objects in thisSOAPHeader
object that have the the specified role and detaches them from thisSOAPHeader
object.SOAPHeader.getHeaderBlocksWithName
(QName name) Get all header blocks with the given name.SOAPHeader.getHeaderBlocksWithNamespaceURI
(String uri) Get all header blocks in the given namespace.SOAPHeader.getHeaderBlocksWithNSURI
(String nsURI) Deprecated.SOAPHeader.getHeadersToProcess
(RolePlayer rolePlayer) Get the appropriate set of headers for aRolePlayer
.SOAPHeader.getHeadersToProcess
(RolePlayer rolePlayer, String namespace) Get the appropriate set of headers for a RolePlayer and a particular namespace.
SOAPHeader.getHeaderBlocksWithNamespaceURI(String)
instead.