csoap.xml.soap
Class SOAPBodyImpl

java.lang.Object
  extended bycsoap.xml.soap.NodeImpl
      extended bycsoap.xml.soap.SOAPElementImpl
          extended bycsoap.xml.soap.SOAPBodyImpl
All Implemented Interfaces:
javax.xml.soap.Node, javax.xml.soap.SOAPBody, javax.xml.soap.SOAPElement

public class SOAPBodyImpl
extends SOAPElementImpl
implements javax.xml.soap.SOAPBody


Constructor Summary
SOAPBodyImpl()
           
SOAPBodyImpl(javax.xml.namespace.QName qualifiedName)
           
SOAPBodyImpl(java.lang.String prefix)
           
SOAPBodyImpl(java.lang.String localName, java.lang.String prefix)
           
SOAPBodyImpl(java.lang.String localName, java.lang.String prefix, java.lang.String uri)
           
 
Method Summary
 javax.xml.soap.SOAPBodyElement addBodyElement(javax.xml.soap.Name name)
           
 javax.xml.soap.SOAPFault addFault()
           
 javax.xml.soap.SOAPFault getFault()
           
 boolean hasFault()
           
 
Methods inherited from class csoap.xml.soap.SOAPElementImpl
addAttribute, addBigTextNode, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getPrefixOf, getSOAPElementMutiRef, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from class csoap.xml.soap.NodeImpl
detachNode, getBigValue, getParentElement, getValue, isBig, recycleNode, setBigValue, setParentElement, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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

SOAPBodyImpl

public SOAPBodyImpl()

SOAPBodyImpl

public SOAPBodyImpl(java.lang.String localName,
                    java.lang.String prefix,
                    java.lang.String uri)

SOAPBodyImpl

public SOAPBodyImpl(java.lang.String localName,
                    java.lang.String prefix)

SOAPBodyImpl

public SOAPBodyImpl(java.lang.String prefix)

SOAPBodyImpl

public SOAPBodyImpl(javax.xml.namespace.QName qualifiedName)
Method Detail

addBodyElement

public javax.xml.soap.SOAPBodyElement addBodyElement(javax.xml.soap.Name name)
Specified by:
addBodyElement in interface javax.xml.soap.SOAPBody

addFault

public javax.xml.soap.SOAPFault addFault()
Specified by:
addFault in interface javax.xml.soap.SOAPBody

getFault

public javax.xml.soap.SOAPFault getFault()
Specified by:
getFault in interface javax.xml.soap.SOAPBody

hasFault

public boolean hasFault()
Specified by:
hasFault in interface javax.xml.soap.SOAPBody