org.apache.axis.message
Class SOAPBodyElement

java.lang.Object
  |
  +--org.apache.axis.message.MessageElement
        |
        +--org.apache.axis.message.SOAPBodyElement
All Implemented Interfaces:
Node, SOAPBodyElement, SOAPElement
Direct Known Subclasses:
InputStreamBody, RPCElement, SOAPFaultElement

public class SOAPBodyElement
extends MessageElement
implements SOAPBodyElement

A Body element.


Inner classes inherited from class org.apache.axis.message.MessageElement
MessageElement.QNameAttr
 
Fields inherited from class org.apache.axis.message.MessageElement
_isDirty, _isRoot, attributes, context, elementRep, encodingStyle, endEventIndex, href, id, log, message, name, namespaces, namespaceURI, parent, prefix, qNameAttrs, recorder, startContentsIndex, startEventIndex, typeQName
 
Constructor Summary
SOAPBodyElement()
           
SOAPBodyElement(org.w3c.dom.Element elem)
           
SOAPBodyElement(java.io.InputStream input)
           
SOAPBodyElement(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
 
Methods inherited from class org.apache.axis.message.MessageElement
addAttribute, addAttribute, addAttribute, addChild, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addMapping, addNamespaceDeclaration, addTextNode, detachNode, getAllAttributes, getAsDocument, getAsDOM, getAttributes, getAttributeValue, getAttributeValue, getChildElements, getChildElements, getChildren, getElementName, getEncodingStyle, getEnvelope, getFixupDeserializer, getHref, getID, getName, getNamespacePrefixes, getNamespaceURI, getNamespaceURI, getObjectValue, getParentElement, getPrefix, getPrefix, getRealElement, getRecorder, getType, getValue, getValueAsType, isDirty, isRoot, output, outputImpl, publishContents, publishToHandler, recycleNode, removeAttribute, removeNamespaceDeclaration, setAttribute, setContentsIndex, setDirty, setEncodingStyle, setEndIndex, setEnvelope, setFixupDeserializer, setName, setNamespaceURI, setNSMappings, setObjectValue, setParentElement, setPrefix, setRecorder, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.soap.SOAPElement
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setParentElement
 

Constructor Detail

SOAPBodyElement

public SOAPBodyElement(java.lang.String namespace,
                       java.lang.String localPart,
                       java.lang.String prefix,
                       org.xml.sax.Attributes attributes,
                       DeserializationContext context)

SOAPBodyElement

public SOAPBodyElement(org.w3c.dom.Element elem)

SOAPBodyElement

public SOAPBodyElement()

SOAPBodyElement

public SOAPBodyElement(java.io.InputStream input)


Copyright © 2001 Apache XML Project. All Rights Reserved.