public abstract class SOAPHeaderImpl extends SOAPElement implements org.apache.axiom.soap.impl.intf.AxiomSOAPHeader
| Constructor and Description |
|---|
SOAPHeaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(org.apache.axiom.om.OMNode child,
boolean fromBuilder) |
org.apache.axiom.soap.SOAPHeaderBlock |
addHeaderBlock(QName qname) |
org.apache.axiom.soap.SOAPHeaderBlock |
addHeaderBlock(String localName,
org.apache.axiom.om.OMNamespace ns) |
void |
checkParent(org.apache.axiom.om.OMElement parent) |
Iterator |
examineAllHeaderBlocks() |
Iterator |
examineHeaderBlocks(String role) |
Iterator |
examineMustUnderstandHeaderBlocks(String actor) |
static String |
exceptionToString(Throwable e) |
Iterator |
extractAllHeaderBlocks() |
abstract Iterator |
extractHeaderBlocks(String role) |
ArrayList |
getHeaderBlocksWithNSURI(String nsURI) |
Iterator |
getHeadersToProcess(org.apache.axiom.soap.RolePlayer rolePlayer) |
Iterator |
getHeadersToProcess(org.apache.axiom.soap.RolePlayer rolePlayer,
String namespace) |
internalSetParentcoreGetNodeFactory, getMetaFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOMFactory, getSOAPHelper_setAttributeValue, addAttribute, addAttribute, addNamespaceDeclaration, addNamespaceDeclaration, buildWithAttachments, checkChild, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, defaultInternalSerialize, detachAndDiscardParent, discard, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getChildElements, getDefaultNamespace, getFirstElement, getLineNumber, getNamespaceContext, getNamespacesInScope, getText, getTextAsQName, getTextAsStream, getType, handleNamespace, initName, insertChild, internalAppendAttribute, internalSerialize, removeAttribute, resolveQName, setComplete, setLineNumber, setNamespace, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, setText, toString, toStringWithConsume, undeclarePrefix, writeTextToserialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumegetLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, hasName, setLocalNameaddChild, build, defaultGetXMLStreamReader, discarded, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXResult, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, notifyChildComplete, prepareNewChild, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumeclose, getBuilder, serialize, serialize, serializeAndConsumeclone, getMetaFactorydetach, getNextOMSibling, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBeforecoreGetLocalName, coreGetNamespaceURI, coreGetPrefix, coreSetName, coreSetPrefix, defaultGetNamespace, defaultGetQName, getNamespace, getQName, hasName, initName, internalGetLocalName, internalSetLocalName, internalSetNamespace, setLocalName, updateLocalNamegetLocalName, getNamespaceURI, getPrefixcoreGetNodeType, getImplicitNamespaceURI, getImplicitPrefixcoreAppendAttribute, coreGetAttribute, coreGetAttributesByType, coreGetFirstAttribute, coreGetLastAttribute, coreLookupNamespaceURI, coreLookupPrefix, coreRemoveAttribute, coreSetAttribute, coreSetAttribute, init, initSourcecoreClone, coreDetach, coreGetNextSibling, coreGetNextSibling, coreGetNextSiblingIfAvailable, coreGetParent, coreGetParentElement, coreGetPreviousSibling, coreGetPreviousSibling, coreHasParent, coreInsertSiblingAfter, coreInsertSiblingBefore, coreInsertSiblingsBefore, coreReplaceWith, coreSetNextSibling, coreSetOwnerDocument, coreSetPreviousSibling, getRootOrOwnerDocument, internalSetParent, internalUnsetParentcoreGetCharacterDatacoreSetCharacterDatacoreSetBuilder, getBuilderbuildNext, cloneChildrenIfNecessary, coreAppendChild, coreAppendChildren, coreGetElements, coreGetFirstChild, coreGetFirstChild, coreGetFirstChildIfAvailable, coreGetLastChild, coreGetLastChild, coreGetLastKnownChild, coreGetNodes, coreRemoveChildren, coreSetCharacterData, coreSetState, forceExpand, getState, isExpandedpublic org.apache.axiom.soap.SOAPHeaderBlock addHeaderBlock(String localName, org.apache.axiom.om.OMNamespace ns) throws org.apache.axiom.om.OMException
addHeaderBlock in interface org.apache.axiom.soap.SOAPHeaderorg.apache.axiom.om.OMExceptionpublic org.apache.axiom.soap.SOAPHeaderBlock addHeaderBlock(QName qname) throws org.apache.axiom.om.OMException
addHeaderBlock in interface org.apache.axiom.soap.SOAPHeaderorg.apache.axiom.om.OMExceptionpublic Iterator getHeadersToProcess(org.apache.axiom.soap.RolePlayer rolePlayer)
getHeadersToProcess in interface org.apache.axiom.soap.SOAPHeaderpublic Iterator getHeadersToProcess(org.apache.axiom.soap.RolePlayer rolePlayer, String namespace)
getHeadersToProcess in interface org.apache.axiom.soap.SOAPHeaderpublic Iterator examineHeaderBlocks(String role)
examineHeaderBlocks in interface org.apache.axiom.soap.SOAPHeaderpublic abstract Iterator extractHeaderBlocks(String role)
extractHeaderBlocks in interface org.apache.axiom.soap.SOAPHeaderpublic Iterator examineMustUnderstandHeaderBlocks(String actor)
examineMustUnderstandHeaderBlocks in interface org.apache.axiom.soap.SOAPHeaderpublic Iterator examineAllHeaderBlocks()
examineAllHeaderBlocks in interface org.apache.axiom.soap.SOAPHeaderpublic Iterator extractAllHeaderBlocks()
extractAllHeaderBlocks in interface org.apache.axiom.soap.SOAPHeaderpublic ArrayList getHeaderBlocksWithNSURI(String nsURI)
getHeaderBlocksWithNSURI in interface org.apache.axiom.soap.SOAPHeaderpublic void checkParent(org.apache.axiom.om.OMElement parent)
throws org.apache.axiom.soap.SOAPProcessingException
checkParent in interface org.apache.axiom.soap.impl.intf.AxiomSOAPElementorg.apache.axiom.soap.SOAPProcessingExceptionpublic void addChild(org.apache.axiom.om.OMNode child,
boolean fromBuilder)
addChild in interface org.apache.axiom.om.impl.intf.AxiomContaineraddChild in interface org.apache.axiom.om.impl.OMContainerExCopyright © The Apache Software Foundation. All Rights Reserved.