public class SOAP11HeaderBlockImpl extends SOAPHeaderBlockImpl
attributes, namespacesMUST_UNDERSTAND_PROPERTY, RELAY_PROPERTY, ROLE_PROPERTYCDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODECOMPLETE, DISCARDED, INCOMPLETEARRAY_ITEM_LOCALNAME, ARRAY_ITEM_NS_PREFIX, ARRAY_ITEM_NSURI, ARRAY_ITEM_QNAME, DATA_HANDLER, DEFAULT_CHAR_SET_ENCODING, DEFAULT_DEFAULT_NAMESPACE, DEFAULT_XML_VERSION, IS_BINARY, IS_DATA_HANDLERS_AWARE, PULL_TYPE_BUILDER, PUSH_TYPE_BUILDER, XMLATTRTYPE_CDATA, XMLATTRTYPE_ENTITIES, XMLATTRTYPE_ENTITY, XMLATTRTYPE_ID, XMLATTRTYPE_IDREF, XMLATTRTYPE_IDREFS, XMLATTRTYPE_NMTOKEN, XMLATTRTYPE_NMTOKENS, XMLATTRTYPE_NOTATION, XMLNS_NS_PREFIX, XMLNS_NS_URI, XMLNS_PREFIX, XMLNS_URI| Constructor and Description |
|---|
SOAP11HeaderBlockImpl(org.apache.axiom.om.OMContainer parent,
String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMXMLParserWrapper builder,
org.apache.axiom.om.OMFactory factory,
boolean generateNSDecl) |
SOAP11HeaderBlockImpl(org.apache.axiom.soap.SOAPFactory factory,
org.apache.axiom.om.OMDataSource source) |
SOAP11HeaderBlockImpl(String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.soap.SOAPFactory factory,
org.apache.axiom.om.OMDataSource ds) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkParent(org.apache.axiom.om.OMElement parent) |
boolean |
getRelay() |
String |
getRole() |
protected org.apache.axiom.soap.impl.common.SOAPHelper |
getSOAPHelper() |
org.apache.axiom.soap.SOAPVersion |
getVersion() |
void |
setMustUnderstand(boolean mustUnderstand) |
void |
setRelay(boolean relay) |
void |
setRole(String roleURI) |
createClone, createClone, getAttribute, getMustUnderstand, getOMDataSourceProperty, hasOMDataSourceProperty, internalSetParent, isProcessed, setAttribute, setMustUnderstand, setProcessedaddAttribute, addAttribute, addNamespaceDeclaration, addNamespaceDeclaration, build, buildWithAttachments, clone, cloneOMElement, coreGetFirstChildIfAvailable, declareDefaultNamespace, declareNamespace, declareNamespace, detach, discard, findNamespace, findNamespaceURI, forceExpand, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getDataSource, getDefaultNamespace, getLineNumber, getLocalName, getNamespace, getNextOMSibling, getNextOMSiblingIfAvailable, getObject, getQName, getSAXResult, getState, getText, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, hasName, internalSerialize, isComplete, isExpanded, removeAttribute, setComplete, setDataSource, setLineNumber, setLocalName, setNamespace, setNamespace, setNamespaceWithNoFindInCurrentScope, toString, toStringWithConsume, undeclarePrefixcheckChild, getNamespaceURIcoreSetParentgetOMFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataSource, getObject, isExpanded, setDataSourceaddAttribute, addAttribute, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getChildElements, getDefaultNamespace, getFirstElement, getLineNumber, getNamespaceContext, getNamespacesInScope, getText, getTextAsQName, getTextAsStream, removeAttribute, resolveQName, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setLineNumber, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, setText, toString, toStringWithConsume, undeclarePrefix, writeTextTobuildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBeforeaddChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXResult, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildrenbuild, close, isComplete, serialize, serialize, serializeAndConsumegetLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, hasName, setLocalName, setNamespacedetachAndDiscardParent, getChildElements, getFirstElement, getNamespaceContext, getNamespacesInScope, getTextAsQName, getTextAsStream, getType, handleNamespace, insertChild, resolveQName, setText, setText, writeTextToaddChild, addChild, defaultBuild, discarded, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getSAXSource, prepareNewChild, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumegetParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBeforeclose, getBuilder, serialize, serialize, serializeAndConsumecoreGetNodeFactorygetPrefix, handleNamespace, internalGetLocalName, internalSetLocalName, internalSetNamespacecoreDetach, coreGetNextSibling, coreGetNextSiblingIfAvailable, coreGetParent, coreGetPreviousSibling, coreHasParent, coreInsertSiblingAfter, coreInsertSiblingBefore, coreInsertSiblingsBefore, coreSetNextSibling, coreSetOwnerDocument, coreSetPreviousSibling, internalUnsetParentpublic SOAP11HeaderBlockImpl(org.apache.axiom.om.OMContainer parent,
String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMXMLParserWrapper builder,
org.apache.axiom.om.OMFactory factory,
boolean generateNSDecl)
public SOAP11HeaderBlockImpl(org.apache.axiom.soap.SOAPFactory factory,
org.apache.axiom.om.OMDataSource source)
public SOAP11HeaderBlockImpl(String localName, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.soap.SOAPFactory factory, org.apache.axiom.om.OMDataSource ds)
protected void checkParent(org.apache.axiom.om.OMElement parent)
throws org.apache.axiom.soap.SOAPProcessingException
checkParent in class SOAPHeaderBlockImplorg.apache.axiom.soap.SOAPProcessingExceptionpublic void setRole(String roleURI)
public String getRole()
public void setMustUnderstand(boolean mustUnderstand)
public void setRelay(boolean relay)
public boolean getRelay()
public org.apache.axiom.soap.SOAPVersion getVersion()
protected org.apache.axiom.soap.impl.common.SOAPHelper getSOAPHelper()
getSOAPHelper in class SOAPHeaderBlockImplCopyright ? The Apache Software Foundation. All Rights Reserved.