public class SOAPBodyImpl extends SOAPElementImpl<org.apache.axiom.soap.SOAPBody> implements javax.xml.soap.SOAPBody
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Constructor and Description |
|---|
SOAPBodyImpl(org.apache.axiom.soap.SOAPBody omSOAPBody) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.soap.SOAPElement |
addAttribute(QName qname,
String value) |
javax.xml.soap.SOAPBodyElement |
addBodyElement(javax.xml.soap.Name name)
Creates a new
SOAPBodyElement object with the specified name and adds it to this
SOAPBody object. |
javax.xml.soap.SOAPBodyElement |
addBodyElement(QName qname)
Creates a new
SOAPBodyElement object with the specified name and adds it to this
SOAPBody object. |
javax.xml.soap.SOAPElement |
addChildElement(QName qname) |
javax.xml.soap.SOAPElement |
addChildElement(javax.xml.soap.SOAPElement soapElement) |
javax.xml.soap.SOAPElement |
addChildElement(String localName) |
javax.xml.soap.SOAPElement |
addChildElement(String localName,
String prefix) |
javax.xml.soap.SOAPElement |
addChildElement(String localName,
String prefix,
String uri) |
javax.xml.soap.SOAPBodyElement |
addDocument(Document document)
Adds the root node of the DOM
Document to this SOAPBody object. |
javax.xml.soap.SOAPFault |
addFault()
Creates a new
SOAPFault object and adds it to this SOAPBody
object. |
javax.xml.soap.SOAPFault |
addFault(javax.xml.soap.Name faultCode,
String faultString)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
javax.xml.soap.SOAPFault |
addFault(javax.xml.soap.Name faultCode,
String faultString,
Locale locale)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
javax.xml.soap.SOAPFault |
addFault(QName faultcode,
String faultString) |
javax.xml.soap.SOAPFault |
addFault(QName faultCode,
String faultString,
Locale locale)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
javax.xml.soap.SOAPElement |
addTextNode(String text)
Creates a new
Text object initialized with the given String and
adds it to this SOAPElement object. |
protected Element |
appendElement(Element child) |
QName |
createQName(String localName,
String prefix)
Creates a QName whose namespace URI is the one associated with the parameter, prefix, in the
context of this SOAPElement.
|
Document |
extractContentAsDocument()
Creates a new DOM org.w3c.dom.Document and sets the first child of this SOAPBody as its
document element.
|
Iterator |
getAllAttributesAsQNames() |
String |
getAttributeValue(QName qname) |
Iterator |
getChildElements()
Returns an iterator over all the immediate content of this element.
|
Iterator |
getChildElements(javax.xml.soap.Name name) |
Iterator |
getChildElements(QName qname) |
QName |
getElementQName() |
javax.xml.soap.SOAPFault |
getFault()
Returns the
SOAPFault object in this SOAPBody object. |
boolean |
hasFault()
Indicates whether a
SOAPFault object exists in this SOAPBody
object. |
boolean |
removeAttribute(QName qname) |
javax.xml.soap.SOAPElement |
setElementQName(QName qname) |
addAttribute, addChildElement, addNamespaceDeclaration, clone, copyContents, getAllAttributes, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributeValue, getElementName, getElementsByTagName, getElementsByTagNameNS, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getTagName, getValue, getVisibleNamespacePrefixes, hasAttribute, hasAttributeNS, removeAttribute, removeAttribute, removeAttributeNode, removeAttributeNS, removeContents, removeNamespaceDeclaration, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setEncodingStyle, setValue, toStringdetachNode, getParentElement, setParentElementappendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOMTarget, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSchemaTypeInfo, getTarget, getTextContent, getType, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, recycleNode, removeChild, replaceChild, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setPrefix, setTextContent, setType, setUserData, toSAAJNodeListequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttribute, addChildElement, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeContents, removeNamespaceDeclaration, setEncodingStyledetachNode, getParentElement, getValue, recycleNode, setParentElement, setValuegetAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNSappendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDatapublic SOAPBodyImpl(org.apache.axiom.soap.SOAPBody omSOAPBody)
omSOAPBody - public javax.xml.soap.SOAPElement addChildElement(String localName) throws javax.xml.soap.SOAPException
addChildElement in interface javax.xml.soap.SOAPElementaddChildElement in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement addChildElement(String localName, String prefix) throws javax.xml.soap.SOAPException
addChildElement in interface javax.xml.soap.SOAPElementaddChildElement in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionprotected Element appendElement(Element child) throws javax.xml.soap.SOAPException
appendElement in class ProxyNode<Element,org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement addChildElement(javax.xml.soap.SOAPElement soapElement) throws javax.xml.soap.SOAPException
addChildElement in interface javax.xml.soap.SOAPElementaddChildElement in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement addChildElement(String localName, String prefix, String uri) throws javax.xml.soap.SOAPException
addChildElement in interface javax.xml.soap.SOAPElementaddChildElement in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPFault addFault() throws javax.xml.soap.SOAPException
SOAPFault object and adds it to this SOAPBody
object.addFault in interface javax.xml.soap.SOAPBodySOAPFault objectjavax.xml.soap.SOAPException - if there is a SOAP errorpublic boolean hasFault()
SOAPFault object exists in this SOAPBody
object.hasFault in interface javax.xml.soap.SOAPBodytrue if a SOAPFault object exists in this
SOAPBody object; false otherwisepublic javax.xml.soap.SOAPFault getFault()
SOAPFault object in this SOAPBody object.getFault in interface javax.xml.soap.SOAPBodySOAPFault object in this SOAPBody objectpublic javax.xml.soap.SOAPBodyElement addBodyElement(javax.xml.soap.Name name) throws javax.xml.soap.SOAPException
SOAPBodyElement object with the specified name and adds it to this
SOAPBody object.addBodyElement in interface javax.xml.soap.SOAPBodyname - a Name object with the name for the new SOAPBodyElement
objectSOAPBodyElement objectjavax.xml.soap.SOAPException - if a SOAP error occurspublic javax.xml.soap.SOAPFault addFault(javax.xml.soap.Name faultCode, String faultString, Locale locale) throws javax.xml.soap.SOAPException
SOAPFault object and adds it to this SOAPBody object.
The new SOAPFault will have a faultcode element that is set to the
faultCode parameter and a faultstring set to
faultstring and localized to locale.addFault in interface javax.xml.soap.SOAPBodyfaultCode - a Name object giving the fault code to be set; must be one of
the fault codes defined in the SOAP 1.1 specification and of type QNamefaultString - a String giving an explanation of the faultlocale - a Locale object indicating the native language of the
SOAPFault objectjavax.xml.soap.SOAPException - if there is a SOAP errorpublic javax.xml.soap.SOAPFault addFault(javax.xml.soap.Name faultCode, String faultString) throws javax.xml.soap.SOAPException
SOAPFault object and adds it to this SOAPBody object.
The new SOAPFault will have a faultcode element that is set to the
faultCode parameter and a faultstring set to
faultstring.addFault in interface javax.xml.soap.SOAPBodyfaultCode - a Name object giving the fault code to be set; must be one of
the fault codes defined in the SOAP 1.1 specification and of type QNamefaultString - a String giving an explanation of the faultSOAPFault objectjavax.xml.soap.SOAPException - if there is a SOAP errorpublic javax.xml.soap.SOAPBodyElement addDocument(Document document) throws javax.xml.soap.SOAPException
Document to this SOAPBody object.
Calling this method invalidates the document parameter. The client application
should discard all references to this Document and its contents upon calling
addDocument. The behavior of an application that continues to use such
references is undefined.addDocument in interface javax.xml.soap.SOAPBodydocument - the Document object whose root node will be added to this
SOAPBodySOAPBodyElement that represents the root node that was addedjavax.xml.soap.SOAPException - if the Document cannot be addedpublic javax.xml.soap.SOAPBodyElement addBodyElement(QName qname) throws javax.xml.soap.SOAPException
SOAPBodyElement object with the specified name and adds it to this
SOAPBody object.addBodyElement in interface javax.xml.soap.SOAPBodyqname - a QName object with the name for the new SOAPBodyElement
objectSOAPBodyElement objectjavax.xml.soap.SOAPException - if a SOAP error occurspublic javax.xml.soap.SOAPFault addFault(QName faultcode, String faultString) throws javax.xml.soap.SOAPException
addFault in interface javax.xml.soap.SOAPBodyjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPFault addFault(QName faultCode, String faultString, Locale locale) throws javax.xml.soap.SOAPException
SOAPFault object and adds it to this SOAPBody object.
The new SOAPFault will have a faultcode element that is set to the
faultCode parameter and a faultstring set to
faultstring and localized to locale.addFault in interface javax.xml.soap.SOAPBodyfaultCode - a QName object giving the fault code to befaultString - a String giving an explanation of the faultlocale - a Locale object indicating the native language of the
SOAPFault objectjavax.xml.soap.SOAPException - if there is a SOAP errorpublic Document extractContentAsDocument() throws javax.xml.soap.SOAPException
extractContentAsDocument in interface javax.xml.soap.SOAPBodyjavax.xml.soap.SOAPException - - if there is not exactly one child SOAPElement of the SOAPBody.public Iterator getChildElements(javax.xml.soap.Name name)
getChildElements in interface javax.xml.soap.SOAPElementgetChildElements in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>public javax.xml.soap.SOAPElement addAttribute(QName qname, String value) throws javax.xml.soap.SOAPException
addAttribute in interface javax.xml.soap.SOAPElementaddAttribute in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement addChildElement(QName qname) throws javax.xml.soap.SOAPException
addChildElement in interface javax.xml.soap.SOAPElementaddChildElement in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionpublic QName createQName(String localName, String prefix) throws javax.xml.soap.SOAPException
SOAPElementImplcreateQName in interface javax.xml.soap.SOAPElementcreateQName in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>localName - - a String containing the local part of the name. prefix - a String
containing the prefix for the name.javax.xml.soap.SOAPException - - if the QName cannot be created.public Iterator getAllAttributesAsQNames()
getAllAttributesAsQNames in interface javax.xml.soap.SOAPElementgetAllAttributesAsQNames in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>public String getAttributeValue(QName qname)
getAttributeValue in interface javax.xml.soap.SOAPElementgetAttributeValue in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>public Iterator getChildElements(QName qname)
getChildElements in interface javax.xml.soap.SOAPElementgetChildElements in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>public QName getElementQName()
getElementQName in interface javax.xml.soap.SOAPElementgetElementQName in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>public boolean removeAttribute(QName qname)
removeAttribute in interface javax.xml.soap.SOAPElementremoveAttribute in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>public javax.xml.soap.SOAPElement setElementQName(QName qname) throws javax.xml.soap.SOAPException
setElementQName in interface javax.xml.soap.SOAPElementsetElementQName in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>javax.xml.soap.SOAPExceptionpublic Iterator getChildElements()
SOAPElementImplText objects as well as SOAPElement objects.getChildElements in interface javax.xml.soap.SOAPElementgetChildElements in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>Text and SOAPElement contained within this
SOAPElement objectpublic javax.xml.soap.SOAPElement addTextNode(String text) throws javax.xml.soap.SOAPException
SOAPElementImplText object initialized with the given String and
adds it to this SOAPElement object.addTextNode in interface javax.xml.soap.SOAPElementaddTextNode in class SOAPElementImpl<org.apache.axiom.soap.SOAPBody>text - a String object with the textual content to be addedSOAPElement object into which the new Text object was
insertedjavax.xml.soap.SOAPException - if there is an error in creating the new Text objectCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.