org.apache.axiom.soap.impl.llom
Class SOAPMessageImpl
java.lang.Object
org.apache.axiom.om.impl.llom.OMDocumentImpl
org.apache.axiom.soap.impl.llom.SOAPMessageImpl
- All Implemented Interfaces:
- OMContainerEx, OMContainer, OMDocument, SOAPMessage
public class SOAPMessageImpl
- extends OMDocumentImpl
- implements SOAPMessage
Methods inherited from class org.apache.axiom.om.impl.llom.OMDocumentImpl |
addChild, buildNext, getCharsetEncoding, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getOMDocumentElement, getOMFactory, getXMLVersion, internalSerialize, internalSerialize, internalSerializeAndConsume, internalSerializeAndConsume, isComplete, isStandalone, serialize, serialize, serializeAndConsume, serializeAndConsume, setCharsetEncoding, setComplete, setLastChild, setStandalone, setXMLVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axiom.om.OMDocument |
getCharsetEncoding, getOMDocumentElement, getOMFactory, getXMLVersion, isStandalone, serialize, serialize, serializeAndConsume, serializeAndConsume, setCharsetEncoding, setStandalone, setXMLVersion |
SOAPMessageImpl
public SOAPMessageImpl()
SOAPMessageImpl
public SOAPMessageImpl(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
SOAPMessageImpl
public SOAPMessageImpl(OMXMLParserWrapper parserWrapper)
getSOAPEnvelope
public SOAPEnvelope getSOAPEnvelope()
throws SOAPProcessingException
- Specified by:
getSOAPEnvelope
in interface SOAPMessage
- Throws:
SOAPProcessingException
setSOAPEnvelope
public void setSOAPEnvelope(SOAPEnvelope envelope)
throws SOAPProcessingException
- Specified by:
setSOAPEnvelope
in interface SOAPMessage
- Throws:
SOAPProcessingException
setOMDocumentElement
public void setOMDocumentElement(OMElement rootElement)
- Description copied from class:
OMDocumentImpl
- Method setDocumentElement.
- Specified by:
setOMDocumentElement
in interface OMDocument
- Overrides:
setOMDocumentElement
in class OMDocumentImpl
setFirstChild
public void setFirstChild(OMNode firstChild)
- Description copied from class:
OMDocumentImpl
- Method setFirstChild.
- Specified by:
setFirstChild
in interface OMContainerEx
- Overrides:
setFirstChild
in class OMDocumentImpl
internalSerialize
protected void internalSerialize(javax.xml.stream.XMLStreamWriter writer,
boolean cache,
boolean includeXMLDeclaration)
throws javax.xml.stream.XMLStreamException
- Overrides:
internalSerialize
in class OMDocumentImpl
- Throws:
javax.xml.stream.XMLStreamException
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.