Java Doc for SOAPPartImpl.java in  » 6.0-JDK-Modules » saaj » com » sun » xml » messaging » saaj » soap » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » saaj » com.sun.xml.messaging.saaj.soap 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.xml.soap.SOAPPart
      com.sun.xml.messaging.saaj.soap.SOAPPartImpl

All known Subclasses:   com.sun.xml.messaging.saaj.soap.ver1_2.SOAPPart1_2Impl,  com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl,
SOAPPartImpl
abstract public class SOAPPartImpl extends SOAPPart implements SOAPDocument(Code)
SOAPPartImpl is the first attachment. This contains the XML/SOAP document.
author:
   Anil Vijendran (anil@sun.com)


Field Summary
protected  SOAPDocumentImpldocument
    
protected  Envelopeenvelope
    
protected  MimeHeadersheaders
    
protected static  Loggerlog
    
protected  MessageImplmessage
    
protected  booleanomitXmlDecl
    
protected  Sourcesource
    
protected  StringsourceCharsetEncoding
    

Constructor Summary
protected  SOAPPartImpl()
    
protected  SOAPPartImpl(MessageImpl message)
    

Method Summary
public  voidaddMimeHeader(String name, String value)
    
public  org.w3c.dom.NodeadoptNode(org.w3c.dom.Node source)
    
public  org.w3c.dom.NodeappendChild(org.w3c.dom.Node newChild)
    
public  org.w3c.dom.NodecloneNode(boolean deep)
    
public  shortcompareDocumentPosition(org.w3c.dom.Node other)
    
public  AttrcreateAttribute(String name)
    
public  AttrcreateAttributeNS(String namespaceURI, String qualifiedName)
    
public  CDATASectioncreateCDATASection(String data)
    
public  CommentcreateComment(String data)
    
public  DocumentFragmentcreateDocumentFragment()
    
public  ElementcreateElement(String tagName)
    
public  ElementcreateElementNS(String namespaceURI, String qualifiedName)
    
abstract protected  EnvelopecreateEmptyEnvelope(String prefix)
    
public  EntityReferencecreateEntityReference(String name)
    
abstract protected  EnvelopecreateEnvelopeFromSource()
    
public  ProcessingInstructioncreateProcessingInstruction(String target, String data)
    
public  org.w3c.dom.TextcreateTextNode(String data)
    
public  voiddetachNode()
    
protected  SOAPPartImpldoCloneNode()
    
protected  voiddoGetDocumentElement()
    
abstract protected  SOAPPartImplduplicateType()
    
public  IteratorgetAllMimeHeaders()
    
public  NamedNodeMapgetAttributes()
    
public  StringgetBaseURI()
    
public  NodeListgetChildNodes()
    
public  SourcegetContent()
    
public  ByteInputStreamgetContentAsStream()
    
abstract protected  StringgetContentType()
    
protected  StringgetContentTypeString()
    
 DataHandlergetDataHandler()
    
public  DocumentTypegetDoctype()
    
public  SOAPDocumentImplgetDocument()
    
public  ElementgetDocumentElement()
    
public  StringgetDocumentURI()
    
public  DOMConfigurationgetDomConfig()
    
public  ElementgetElementById(String elementId)
    
public  NodeListgetElementsByTagName(String tagname)
    
public  NodeListgetElementsByTagNameNS(String namespaceURI, String localName)
    
public  SOAPEnvelopegetEnvelope()
    
public  ObjectgetFeature(String feature, String version)
    
public  org.w3c.dom.NodegetFirstChild()
    
public  DOMImplementationgetImplementation()
    
public  StringgetInputEncoding()
    
public  org.w3c.dom.NodegetLastChild()
    
public  StringgetLocalName()
    
public  IteratorgetMatchingMimeHeaders(String[] names)
    
public  String[]getMimeHeader(String name)
    
 MimeHeadersgetMimeHeaders()
    
 MimeBodyPartgetMimePart()
    
public  StringgetNamespaceURI()
    
public  org.w3c.dom.NodegetNextSibling()
    
public  StringgetNodeName()
    
public  shortgetNodeType()
    
public  StringgetNodeValue()
    
public  IteratorgetNonMatchingMimeHeaders(String[] names)
    
public  DocumentgetOwnerDocument()
    
public  SOAPElementgetParentElement()
    
public  org.w3c.dom.NodegetParentNode()
    
public  StringgetPrefix()
    
public  org.w3c.dom.NodegetPreviousSibling()
    
public  SOAPPartImplgetSOAPPart()
    
public  StringgetSourceCharsetEncoding()
    
public  booleangetStrictErrorChecking()
    
public  StringgetTextContent()
    
public  ObjectgetUserData(String key)
    
public  StringgetValue()
    
public  StringgetXmlEncoding()
    
public  booleangetXmlStandalone()
    
public  StringgetXmlVersion()
    
public  booleanhasAttributes()
    
public  booleanhasChildNodes()
    
public  org.w3c.dom.NodeimportNode(org.w3c.dom.Node importedNode, boolean deep)
    
public  org.w3c.dom.NodeinsertBefore(org.w3c.dom.Node arg0, org.w3c.dom.Node arg1)
    
public  booleanisDefaultNamespace(String namespaceURI)
    
public  booleanisEqualNode(org.w3c.dom.Node arg)
    
public  booleanisFastInfoset()
    
public  booleanisSameNode(org.w3c.dom.Node other)
    
public  booleanisSupported(String arg0, String arg1)
    
protected  voidlookForEnvelope()
    
protected  XMLDeclarationParserlookForXmlDecl()
    
public  StringlookupNamespaceURI(String prefix)
    
public  StringlookupPrefix(String namespaceURI)
    
public  voidnormalize()
    
public  voidnormalizeDocument()
    
public  voidrecycleNode()
    
public  voidremoveAllMimeHeaders()
    
public  org.w3c.dom.NoderemoveChild(org.w3c.dom.Node arg0)
    
public  voidremoveMimeHeader(String header)
    
public  org.w3c.dom.NoderenameNode(org.w3c.dom.Node n, String namespaceURI, String qualifiedName)
    
public  org.w3c.dom.NodereplaceChild(org.w3c.dom.Node arg0, org.w3c.dom.Node arg1)
    
public  voidsetContent(Source source)
    
public  voidsetDocumentURI(String documentURI)
    
public  voidsetMimeHeader(String name, String value)
    
public  voidsetNodeValue(String arg0)
    
public  voidsetParentElement(SOAPElement parent)
    
public  voidsetPrefix(String arg0)
    
public  voidsetSourceCharsetEncoding(String charset)
    
public  voidsetStrictErrorChecking(boolean strictErrorChecking)
    
public  voidsetTextContent(String textContent)
    
public  ObjectsetUserData(String key, Object data, UserDataHandler handler)
    
public  voidsetValue(String value)
    
public  voidsetXmlStandalone(boolean xmlStandalone)
    
public  voidsetXmlVersion(String xmlVersion)
    

Field Detail
document
protected SOAPDocumentImpl document(Code)



envelope
protected Envelope envelope(Code)



headers
protected MimeHeaders headers(Code)



log
protected static Logger log(Code)



message
protected MessageImpl message(Code)
Reference to containing message (may be null)



omitXmlDecl
protected boolean omitXmlDecl(Code)



source
protected Source source(Code)



sourceCharsetEncoding
protected String sourceCharsetEncoding(Code)




Constructor Detail
SOAPPartImpl
protected SOAPPartImpl()(Code)



SOAPPartImpl
protected SOAPPartImpl(MessageImpl message)(Code)




Method Detail
addMimeHeader
public void addMimeHeader(String name, String value)(Code)



adoptNode
public org.w3c.dom.Node adoptNode(org.w3c.dom.Node source) throws DOMException(Code)



appendChild
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild) throws DOMException(Code)



cloneNode
public org.w3c.dom.Node cloneNode(boolean deep)(Code)



compareDocumentPosition
public short compareDocumentPosition(org.w3c.dom.Node other) throws DOMException(Code)



createAttribute
public Attr createAttribute(String name) throws DOMException(Code)



createAttributeNS
public Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException(Code)



createCDATASection
public CDATASection createCDATASection(String data) throws DOMException(Code)



createComment
public Comment createComment(String data)(Code)



createDocumentFragment
public DocumentFragment createDocumentFragment()(Code)



createElement
public Element createElement(String tagName) throws DOMException(Code)



createElementNS
public Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException(Code)



createEmptyEnvelope
abstract protected Envelope createEmptyEnvelope(String prefix) throws SOAPException(Code)



createEntityReference
public EntityReference createEntityReference(String name) throws DOMException(Code)



createEnvelopeFromSource
abstract protected Envelope createEnvelopeFromSource() throws SOAPException(Code)



createProcessingInstruction
public ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException(Code)



createTextNode
public org.w3c.dom.Text createTextNode(String data)(Code)



detachNode
public void detachNode()(Code)



doCloneNode
protected SOAPPartImpl doCloneNode()(Code)



doGetDocumentElement
protected void doGetDocumentElement()(Code)



duplicateType
abstract protected SOAPPartImpl duplicateType()(Code)



getAllMimeHeaders
public Iterator getAllMimeHeaders()(Code)



getAttributes
public NamedNodeMap getAttributes()(Code)



getBaseURI
public String getBaseURI()(Code)



getChildNodes
public NodeList getChildNodes()(Code)



getContent
public Source getContent() throws SOAPException(Code)



getContentAsStream
public ByteInputStream getContentAsStream() throws IOException(Code)



getContentType
abstract protected String getContentType()(Code)



getContentTypeString
protected String getContentTypeString()(Code)



getDataHandler
DataHandler getDataHandler()(Code)



getDoctype
public DocumentType getDoctype()(Code)



getDocument
public SOAPDocumentImpl getDocument()(Code)



getDocumentElement
public Element getDocumentElement()(Code)



getDocumentURI
public String getDocumentURI()(Code)



getDomConfig
public DOMConfiguration getDomConfig()(Code)



getElementById
public Element getElementById(String elementId)(Code)



getElementsByTagName
public NodeList getElementsByTagName(String tagname)(Code)



getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI, String localName)(Code)



getEnvelope
public SOAPEnvelope getEnvelope() throws SOAPException(Code)



getFeature
public Object getFeature(String feature, String version)(Code)



getFirstChild
public org.w3c.dom.Node getFirstChild()(Code)



getImplementation
public DOMImplementation getImplementation()(Code)



getInputEncoding
public String getInputEncoding()(Code)



getLastChild
public org.w3c.dom.Node getLastChild()(Code)



getLocalName
public String getLocalName()(Code)



getMatchingMimeHeaders
public Iterator getMatchingMimeHeaders(String[] names)(Code)



getMimeHeader
public String[] getMimeHeader(String name)(Code)



getMimeHeaders
MimeHeaders getMimeHeaders()(Code)



getMimePart
MimeBodyPart getMimePart() throws SOAPException(Code)



getNamespaceURI
public String getNamespaceURI()(Code)



getNextSibling
public org.w3c.dom.Node getNextSibling()(Code)



getNodeName
public String getNodeName()(Code)



getNodeType
public short getNodeType()(Code)



getNodeValue
public String getNodeValue() throws DOMException(Code)



getNonMatchingMimeHeaders
public Iterator getNonMatchingMimeHeaders(String[] names)(Code)



getOwnerDocument
public Document getOwnerDocument()(Code)



getParentElement
public SOAPElement getParentElement()(Code)



getParentNode
public org.w3c.dom.Node getParentNode()(Code)



getPrefix
public String getPrefix()(Code)



getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()(Code)



getSOAPPart
public SOAPPartImpl getSOAPPart()(Code)



getSourceCharsetEncoding
public String getSourceCharsetEncoding()(Code)



getStrictErrorChecking
public boolean getStrictErrorChecking()(Code)



getTextContent
public String getTextContent() throws DOMException(Code)



getUserData
public Object getUserData(String key)(Code)



getValue
public String getValue()(Code)



getXmlEncoding
public String getXmlEncoding()(Code)



getXmlStandalone
public boolean getXmlStandalone()(Code)



getXmlVersion
public String getXmlVersion()(Code)



hasAttributes
public boolean hasAttributes()(Code)



hasChildNodes
public boolean hasChildNodes()(Code)



importNode
public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode, boolean deep) throws DOMException(Code)



insertBefore
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node arg0, org.w3c.dom.Node arg1) throws DOMException(Code)



isDefaultNamespace
public boolean isDefaultNamespace(String namespaceURI)(Code)



isEqualNode
public boolean isEqualNode(org.w3c.dom.Node arg)(Code)



isFastInfoset
public boolean isFastInfoset()(Code)



isSameNode
public boolean isSameNode(org.w3c.dom.Node other)(Code)



isSupported
public boolean isSupported(String arg0, String arg1)(Code)



lookForEnvelope
protected void lookForEnvelope() throws SOAPException(Code)



lookForXmlDecl
protected XMLDeclarationParser lookForXmlDecl() throws SOAPException(Code)



lookupNamespaceURI
public String lookupNamespaceURI(String prefix)(Code)



lookupPrefix
public String lookupPrefix(String namespaceURI)(Code)



normalize
public void normalize()(Code)



normalizeDocument
public void normalizeDocument()(Code)



recycleNode
public void recycleNode()(Code)



removeAllMimeHeaders
public void removeAllMimeHeaders()(Code)



removeChild
public org.w3c.dom.Node removeChild(org.w3c.dom.Node arg0) throws DOMException(Code)



removeMimeHeader
public void removeMimeHeader(String header)(Code)



renameNode
public org.w3c.dom.Node renameNode(org.w3c.dom.Node n, String namespaceURI, String qualifiedName) throws DOMException(Code)



replaceChild
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node arg0, org.w3c.dom.Node arg1) throws DOMException(Code)



setContent
public void setContent(Source source) throws SOAPException(Code)



setDocumentURI
public void setDocumentURI(String documentURI)(Code)



setMimeHeader
public void setMimeHeader(String name, String value)(Code)



setNodeValue
public void setNodeValue(String arg0) throws DOMException(Code)



setParentElement
public void setParentElement(SOAPElement parent) throws SOAPException(Code)



setPrefix
public void setPrefix(String arg0) throws DOMException(Code)



setSourceCharsetEncoding
public void setSourceCharsetEncoding(String charset)(Code)



setStrictErrorChecking
public void setStrictErrorChecking(boolean strictErrorChecking)(Code)



setTextContent
public void setTextContent(String textContent) throws DOMException(Code)



setUserData
public Object setUserData(String key, Object data, UserDataHandler handler)(Code)



setValue
public void setValue(String value)(Code)



setXmlStandalone
public void setXmlStandalone(boolean xmlStandalone) throws DOMException(Code)



setXmlVersion
public void setXmlVersion(String xmlVersion) throws DOMException(Code)



Methods inherited from javax.xml.soap.SOAPPart
abstract public void addMimeHeader(String name, String value)(Code)(Java Doc)
abstract public Iterator getAllMimeHeaders()(Code)(Java Doc)
abstract public Source getContent() throws SOAPException(Code)(Java Doc)
public String getContentId()(Code)(Java Doc)
public String getContentLocation()(Code)(Java Doc)
abstract public SOAPEnvelope getEnvelope() throws SOAPException(Code)(Java Doc)
abstract public Iterator getMatchingMimeHeaders(String[] names)(Code)(Java Doc)
abstract public String[] getMimeHeader(String name)(Code)(Java Doc)
abstract public Iterator getNonMatchingMimeHeaders(String[] names)(Code)(Java Doc)
abstract public void removeAllMimeHeaders()(Code)(Java Doc)
abstract public void removeMimeHeader(String header)(Code)(Java Doc)
abstract public void setContent(Source source) throws SOAPException(Code)(Java Doc)
public void setContentId(String contentId)(Code)(Java Doc)
public void setContentLocation(String contentLocation)(Code)(Java Doc)
abstract public void setMimeHeader(String name, String value)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.