Save This Page
Home » openjdk-7 » com.sun.xml.internal.messaging » saaj » soap » [javadoc | source]
com.sun.xml.internal.messaging.saaj.soap
abstract public class: SOAPPartImpl [javadoc | source]
java.lang.Object
   javax.xml.soap.SOAPPart
      com.sun.xml.internal.messaging.saaj.soap.SOAPPartImpl

All Implemented Interfaces:
    SOAPDocument, Document, Node

Direct Known Subclasses:
    SOAPPart1_1Impl, SOAPPart1_2Impl

SOAPPartImpl is the first attachment. This contains the XML/SOAP document.
Field Summary
protected static  Logger log     
protected  MimeHeaders headers     
protected  Envelope envelope     
protected  Source source     
protected  SOAPDocumentImpl document     
protected  boolean omitXmlDecl     
protected  String sourceCharsetEncoding     
protected  MessageImpl message    Reference to containing message (may be null) 
Constructor:
 protected SOAPPartImpl() 
 protected SOAPPartImpl(MessageImpl message) 
Method from com.sun.xml.internal.messaging.saaj.soap.SOAPPartImpl Summary:
addMimeHeader,   adoptNode,   appendChild,   cloneNode,   compareDocumentPosition,   createAttribute,   createAttributeNS,   createCDATASection,   createComment,   createDocumentFragment,   createElement,   createElementNS,   createEmptyEnvelope,   createEntityReference,   createEnvelopeFromSource,   createProcessingInstruction,   createTextNode,   detachNode,   doCloneNode,   doGetDocumentElement,   duplicateType,   getAllMimeHeaders,   getAttributes,   getBaseURI,   getChildNodes,   getContent,   getContentAsStream,   getContentType,   getContentTypeString,   getDataHandler,   getDoctype,   getDocument,   getDocumentElement,   getDocumentURI,   getDomConfig,   getElementById,   getElementsByTagName,   getElementsByTagNameNS,   getEnvelope,   getFeature,   getFirstChild,   getImplementation,   getInputEncoding,   getLastChild,   getLocalName,   getMatchingMimeHeaders,   getMimeHeader,   getMimeHeaders,   getMimePart,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeType,   getNodeValue,   getNonMatchingMimeHeaders,   getOwnerDocument,   getParentElement,   getParentNode,   getPrefix,   getPreviousSibling,   getSOAPPart,   getStrictErrorChecking,   getTextContent,   getUserData,   getValue,   getXmlEncoding,   getXmlStandalone,   getXmlVersion,   hasAttributes,   hasChildNodes,   importNode,   insertBefore,   isDefaultNamespace,   isEqualNode,   isFastInfoset,   isSameNode,   isSupported,   lookForEnvelope,   lookForXmlDecl,   lookupNamespaceURI,   lookupPrefix,   normalize,   normalizeDocument,   recycleNode,   removeAllMimeHeaders,   removeChild,   removeMimeHeader,   renameNode,   replaceChild,   setContent,   setDocumentURI,   setMimeHeader,   setNodeValue,   setParentElement,   setPrefix,   setSourceCharsetEncoding,   setStrictErrorChecking,   setTextContent,   setUserData,   setValue,   setXmlStandalone,   setXmlVersion
Methods from javax.xml.soap.SOAPPart:
addMimeHeader,   getAllMimeHeaders,   getContent,   getContentId,   getContentLocation,   getEnvelope,   getMatchingMimeHeaders,   getMimeHeader,   getNonMatchingMimeHeaders,   removeAllMimeHeaders,   removeMimeHeader,   setContent,   setContentId,   setContentLocation,   setMimeHeader
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.xml.internal.messaging.saaj.soap.SOAPPartImpl Detail:
 public  void addMimeHeader(String name,
    String value) 
 public Node adoptNode(Node source) throws DOMException 
 public Node appendChild(Node newChild) throws DOMException 
 public Node cloneNode(boolean deep) 
 public short compareDocumentPosition(Node other) throws DOMException 
 public Attr createAttribute(String name) throws DOMException 
 public Attr createAttributeNS(String namespaceURI,
    String qualifiedName) throws DOMException 
 public CDATASection createCDATASection(String data) throws DOMException 
 public Comment createComment(String data) 
 public DocumentFragment createDocumentFragment() 
 public Element createElement(String tagName) throws DOMException 
 public Element createElementNS(String namespaceURI,
    String qualifiedName) throws DOMException 
 abstract protected Envelope createEmptyEnvelope(String prefix) throws SOAPException
 public EntityReference createEntityReference(String name) throws DOMException 
 abstract protected Envelope createEnvelopeFromSource() throws SOAPException
 public ProcessingInstruction createProcessingInstruction(String target,
    String data) throws DOMException 
 public Text createTextNode(String data) 
 public  void detachNode() 
 protected SOAPPartImpl doCloneNode() 
 protected  void doGetDocumentElement() 
 abstract protected SOAPPartImpl duplicateType()
 public Iterator getAllMimeHeaders() 
 public NamedNodeMap getAttributes() 
 public String getBaseURI() 
 public NodeList getChildNodes() 
 public Source getContent() throws SOAPException 
 public ByteInputStream getContentAsStream() throws IOException 
 abstract protected String getContentType()
 protected String getContentTypeString() 
 DataHandler getDataHandler() 
 public DocumentType getDoctype() 
 public SOAPDocumentImpl getDocument() 
 public Element getDocumentElement() 
 public String getDocumentURI() 
 public DOMConfiguration getDomConfig() 
 public Element getElementById(String elementId) 
 public NodeList getElementsByTagName(String tagname) 
 public NodeList getElementsByTagNameNS(String namespaceURI,
    String localName) 
 public SOAPEnvelope getEnvelope() throws SOAPException 
 public Object getFeature(String feature,
    String version) 
 public Node getFirstChild() 
 public DOMImplementation getImplementation() 
 public String getInputEncoding() 
 public Node getLastChild() 
 public String getLocalName() 
 public Iterator getMatchingMimeHeaders(String[] names) 
 public String[] getMimeHeader(String name) 
 MimeHeaders getMimeHeaders() 
 MimeBodyPart getMimePart() throws SOAPException 
 public String getNamespaceURI() 
 public Node getNextSibling() 
 public String getNodeName() 
 public short getNodeType() 
 public String getNodeValue() throws DOMException 
 public Iterator getNonMatchingMimeHeaders(String[] names) 
 public Document getOwnerDocument() 
 public SOAPElement getParentElement() 
 public Node getParentNode() 
 public String getPrefix() 
 public Node getPreviousSibling() 
 public SOAPPartImpl getSOAPPart() 
 public boolean getStrictErrorChecking() 
 public String getTextContent() throws DOMException 
 public Object getUserData(String key) 
 public String getValue() 
 public String getXmlEncoding() 
 public boolean getXmlStandalone() 
 public String getXmlVersion() 
 public boolean hasAttributes() 
 public boolean hasChildNodes() 
 public Node importNode(Node importedNode,
    boolean deep) throws DOMException 
 public Node insertBefore(Node arg0,
    Node arg1) throws DOMException 
 public boolean isDefaultNamespace(String namespaceURI) 
 public boolean isEqualNode(Node arg) 
 public boolean isFastInfoset() 
 public boolean isSameNode(Node other) 
 public boolean isSupported(String arg0,
    String arg1) 
 protected  void lookForEnvelope() throws SOAPException 
 protected XMLDeclarationParser lookForXmlDecl() throws SOAPException 
 public String lookupNamespaceURI(String prefix) 
 public String lookupPrefix(String namespaceURI) 
 public  void normalize() 
 public  void normalizeDocument() 
 public  void recycleNode() 
 public  void removeAllMimeHeaders() 
 public Node removeChild(Node arg0) throws DOMException 
 public  void removeMimeHeader(String header) 
 public Node renameNode(Node n,
    String namespaceURI,
    String qualifiedName) throws DOMException 
 public Node replaceChild(Node arg0,
    Node arg1) throws DOMException 
 public  void setContent(Source source) throws SOAPException 
 public  void setDocumentURI(String documentURI) 
 public  void setMimeHeader(String name,
    String value) 
 public  void setNodeValue(String arg0) throws DOMException 
 public  void setParentElement(SOAPElement parent) throws SOAPException 
 public  void setPrefix(String arg0) throws DOMException 
 public  void setSourceCharsetEncoding(String charset) 
 public  void setStrictErrorChecking(boolean strictErrorChecking) 
 public  void setTextContent(String textContent) throws DOMException 
 public Object setUserData(String key,
    Object data,
    UserDataHandler handler) 
 public  void setValue(String value) 
 public  void setXmlStandalone(boolean xmlStandalone) throws DOMException 
 public  void setXmlVersion(String xmlVersion) throws DOMException