csoap.xml.soap
Class SOAPEnvelopeImpl
java.lang.Object
csoap.xml.soap.NodeImpl
csoap.xml.soap.SOAPElementImpl
csoap.xml.soap.SOAPEnvelopeImpl
- All Implemented Interfaces:
- javax.xml.soap.Node, javax.xml.soap.SOAPElement, javax.xml.soap.SOAPEnvelope
- public class SOAPEnvelopeImpl
- extends SOAPElementImpl
- implements javax.xml.soap.SOAPEnvelope
Method Summary |
javax.xml.soap.SOAPBody |
addBody()
|
javax.xml.soap.SOAPHeader |
addHeader()
|
javax.xml.soap.Name |
createName(java.lang.String localName)
|
javax.xml.soap.Name |
createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
|
javax.xml.soap.SOAPBody |
getBody()
|
javax.xml.soap.SOAPHeader |
getHeader()
|
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 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 |
SOAPEnvelopeImpl
public SOAPEnvelopeImpl()
SOAPEnvelopeImpl
public SOAPEnvelopeImpl(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
SOAPEnvelopeImpl
public SOAPEnvelopeImpl(java.lang.String localName,
java.lang.String prefix)
SOAPEnvelopeImpl
public SOAPEnvelopeImpl(java.lang.String prefix)
SOAPEnvelopeImpl
public SOAPEnvelopeImpl(javax.xml.namespace.QName qualifiedName)
addBody
public javax.xml.soap.SOAPBody addBody()
throws javax.xml.soap.SOAPException
- Specified by:
addBody
in interface javax.xml.soap.SOAPEnvelope
- Throws:
javax.xml.soap.SOAPException
addHeader
public javax.xml.soap.SOAPHeader addHeader()
throws javax.xml.soap.SOAPException
- Specified by:
addHeader
in interface javax.xml.soap.SOAPEnvelope
- Throws:
javax.xml.soap.SOAPException
createName
public javax.xml.soap.Name createName(java.lang.String localName)
- Specified by:
createName
in interface javax.xml.soap.SOAPEnvelope
createName
public javax.xml.soap.Name createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
- Specified by:
createName
in interface javax.xml.soap.SOAPEnvelope
getBody
public javax.xml.soap.SOAPBody getBody()
- Specified by:
getBody
in interface javax.xml.soap.SOAPEnvelope
getHeader
public javax.xml.soap.SOAPHeader getHeader()
- Specified by:
getHeader
in interface javax.xml.soap.SOAPEnvelope