com.infoengine.soap.util.saaj
Class SOAPPart_Impl
java.lang.Object
javax.xml.soap.SOAPPart
com.infoengine.soap.util.saaj.SOAPPart_Impl
- All Implemented Interfaces:
- Document, Node
- public class SOAPPart_Impl
- extends javax.xml.soap.SOAPPart
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary |
void |
addMimeHeader(String str,
String str1)
|
Node |
appendChild(Node newChild)
|
Node |
cloneNode(boolean deep)
|
Attr |
createAttribute(String name)
|
Attr |
createAttributeNS(String namespaceURI,
String qualifiedName)
|
CDATASection |
createCDATASection(String data)
|
Comment |
createComment(String data)
|
DocumentFragment |
createDocumentFragment()
|
Element |
createElement(String tagName)
|
Element |
createElementNS(String namespaceURI,
String qualifiedName)
|
EntityReference |
createEntityReference(String name)
|
ProcessingInstruction |
createProcessingInstruction(String target,
String data)
|
Text |
createTextNode(String data)
|
Iterator |
getAllMimeHeaders()
|
NamedNodeMap |
getAttributes()
|
NodeList |
getChildNodes()
|
Source |
getContent()
|
DocumentType |
getDoctype()
|
Element |
getDocumentElement()
|
Element |
getElementById(String elementId)
|
NodeList |
getElementsByTagName(String tagname)
|
NodeList |
getElementsByTagNameNS(String namespaceURI,
String localName)
|
javax.xml.soap.SOAPEnvelope |
getEnvelope()
|
Node |
getFirstChild()
|
DOMImplementation |
getImplementation()
|
Node |
getLastChild()
|
String |
getLocalName()
|
Iterator |
getMatchingMimeHeaders(String[] str)
|
String[] |
getMimeHeader(String str)
|
String |
getNamespaceURI()
|
Node |
getNextSibling()
|
String |
getNodeName()
|
short |
getNodeType()
|
String |
getNodeValue()
|
Iterator |
getNonMatchingMimeHeaders(String[] str)
|
Document |
getOwnerDocument()
|
Node |
getParentNode()
|
String |
getPrefix()
|
Node |
getPreviousSibling()
|
boolean |
hasAttributes()
|
boolean |
hasChildNodes()
|
Node |
importNode(Node importedNode,
boolean deep)
|
Node |
insertBefore(Node newChild,
Node refChild)
|
boolean |
isSupported(String feature,
String version)
|
void |
normalize()
|
void |
removeAllMimeHeaders()
|
Node |
removeChild(Node oldChild)
|
void |
removeMimeHeader(String str)
|
Node |
replaceChild(Node newChild,
Node oldChild)
|
void |
setContent(Source source)
|
void |
setMimeHeader(String str,
String str1)
|
void |
setNodeValue(String nodeValue)
|
void |
setPrefix(String prefix)
|
Methods inherited from class javax.xml.soap.SOAPPart |
getContentId, getContentLocation, setContentId, setContentLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
protected SOAPMessage_Impl msg
env
protected SOAPEnvelope_Impl env
SOAPPart_Impl
SOAPPart_Impl(SOAPMessage_Impl msg)
addMimeHeader
public void addMimeHeader(String str,
String str1)
appendChild
public Node appendChild(Node newChild)
throws DOMException
- Throws:
DOMException
cloneNode
public Node cloneNode(boolean deep)
createAttribute
public Attr createAttribute(String name)
throws DOMException
- Throws:
DOMException
createAttributeNS
public Attr createAttributeNS(String namespaceURI,
String qualifiedName)
throws DOMException
- Throws:
DOMException
createCDATASection
public CDATASection createCDATASection(String data)
throws DOMException
- Throws:
DOMException
createComment
public Comment createComment(String data)
createDocumentFragment
public DocumentFragment createDocumentFragment()
createElement
public Element createElement(String tagName)
throws DOMException
- Throws:
DOMException
createElementNS
public Element createElementNS(String namespaceURI,
String qualifiedName)
throws DOMException
- Throws:
DOMException
createEntityReference
public EntityReference createEntityReference(String name)
throws DOMException
- Throws:
DOMException
createProcessingInstruction
public ProcessingInstruction createProcessingInstruction(String target,
String data)
throws DOMException
- Throws:
DOMException
createTextNode
public Text createTextNode(String data)
getAllMimeHeaders
public Iterator getAllMimeHeaders()
getAttributes
public NamedNodeMap getAttributes()
getChildNodes
public NodeList getChildNodes()
getContent
public Source getContent()
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
getDoctype
public DocumentType getDoctype()
getDocumentElement
public Element getDocumentElement()
getElementById
public Element getElementById(String elementId)
getElementsByTagName
public NodeList getElementsByTagName(String tagname)
getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
getEnvelope
public javax.xml.soap.SOAPEnvelope getEnvelope()
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
getFirstChild
public Node getFirstChild()
getImplementation
public DOMImplementation getImplementation()
getLastChild
public Node getLastChild()
getLocalName
public String getLocalName()
getMatchingMimeHeaders
public Iterator getMatchingMimeHeaders(String[] str)
getMimeHeader
public String[] getMimeHeader(String str)
getNamespaceURI
public String getNamespaceURI()
getNextSibling
public Node getNextSibling()
getNodeName
public String getNodeName()
getNodeType
public short getNodeType()
getNodeValue
public String getNodeValue()
throws DOMException
- Throws:
DOMException
getNonMatchingMimeHeaders
public Iterator getNonMatchingMimeHeaders(String[] str)
getOwnerDocument
public Document getOwnerDocument()
getParentNode
public Node getParentNode()
getPrefix
public String getPrefix()
getPreviousSibling
public Node getPreviousSibling()
hasAttributes
public boolean hasAttributes()
hasChildNodes
public boolean hasChildNodes()
importNode
public Node importNode(Node importedNode,
boolean deep)
throws DOMException
- Throws:
DOMException
insertBefore
public Node insertBefore(Node newChild,
Node refChild)
throws DOMException
- Throws:
DOMException
isSupported
public boolean isSupported(String feature,
String version)
normalize
public void normalize()
removeAllMimeHeaders
public void removeAllMimeHeaders()
removeChild
public Node removeChild(Node oldChild)
throws DOMException
- Throws:
DOMException
removeMimeHeader
public void removeMimeHeader(String str)
replaceChild
public Node replaceChild(Node newChild,
Node oldChild)
throws DOMException
- Throws:
DOMException
setContent
public void setContent(Source source)
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
setMimeHeader
public void setMimeHeader(String str,
String str1)
setNodeValue
public void setNodeValue(String nodeValue)
throws DOMException
- Throws:
DOMException
setPrefix
public void setPrefix(String prefix)
throws DOMException
- Throws:
DOMException