public abstract class SOAPBodyImpl extends SOAPElement implements org.apache.axiom.soap.impl.intf.AxiomSOAPBody, org.apache.axiom.om.OMConstants
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODECOMPACT, COMPLETE, 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 |
|---|
SOAPBodyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFault(org.apache.axiom.soap.SOAPFault soapFault) |
void |
checkParent(org.apache.axiom.om.OMElement parent) |
org.apache.axiom.soap.SOAPFault |
getFault()
Returns the
SOAPFault object in this SOAPBody object. |
String |
getFirstElementLocalName() |
org.apache.axiom.om.OMNamespace |
getFirstElementNS() |
boolean |
hasFault()
Indicates whether a
SOAPFault object exists in this SOAPBody object. |
getNamespaceURI, normalizesetIdAttribute, setIdAttributeNode, setIdAttributeNSappendChild, insertBefore, replaceChildcompareDocumentPosition, coreGetNodeFactory, getBaseURI, getBuilder, getFeature, getMetaFactory, getUserData, isEqualNode, isSameNode, normalize, setUserDataclone, 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, addChild, 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, isExpandedgetAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getNamespaceContext, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getSchemaTypeInfo, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setNodeValue, setTextContentgetNextSibling, getParentNode, getPreviousSiblinggetChildNodes, getFirstChild, getLastChild, getLength, hasChildNodes, item, removeChildsetIdAttribute, setIdAttributeNode, setIdAttributeNSpublic boolean hasFault()
SOAPFault object exists in this SOAPBody object.hasFault in interface org.apache.axiom.soap.SOAPBodytrue if a SOAPFault object exists in this
SOAPBody object; false otherwisepublic org.apache.axiom.soap.SOAPFault getFault()
SOAPFault object in this SOAPBody object.getFault in interface org.apache.axiom.soap.SOAPBodySOAPFault object in this SOAPBody objectpublic void addFault(org.apache.axiom.soap.SOAPFault soapFault)
throws org.apache.axiom.om.OMException
addFault in interface org.apache.axiom.soap.SOAPBodysoapFault - org.apache.axiom.om.OMExceptionorg.apache.axiom.om.OMExceptionpublic 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 org.apache.axiom.om.OMNamespace getFirstElementNS()
getFirstElementNS in interface org.apache.axiom.soap.SOAPBodypublic String getFirstElementLocalName()
getFirstElementLocalName in interface org.apache.axiom.soap.SOAPBodyCopyright © The Apache Software Foundation. All Rights Reserved.