Java Doc for DBMimePart.java in  » Groupware » hipergate » com » knowgate » hipermail » 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 » Groupware » hipergate » com.knowgate.hipermail 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.knowgate.hipermail.DBMimePart

DBMimePart
public class DBMimePart extends BodyPart implements MimePart(Code)

author:
   Sergio Montoro Ten
version:
   1.0



Constructor Summary
public  DBMimePart(Multipart oMultipart)
    
public  DBMimePart(InputStream oInStrm)
    
public  DBMimePart(Multipart oMultipart, int iIdPart, String sIdContent, String sContentType, String sContentMD5, String sDescription, String sDisposition, String sEncoding, String sFileName, int nBytes)
    

Method Summary
public  voidaddHeader(String s1, String s2)
    
public  voidaddHeaderLine(java.lang.String line)
    
public  java.util.EnumerationgetAllHeaderLines()
    
public  java.util.EnumerationgetAllHeaders()
    
public  ObjectgetContent()
    
public  StringgetContentID()
    
public  String[]getContentLanguage()
    
public  StringgetContentMD5()
    
public  StringgetContentType()
    
public  DataHandlergetDataHandler()
    
public  StringgetDescription()
    
public  StringgetDisposition()
    
public  StringgetEncoding()
    
public  StringgetFileName()
    
public  String[]getHeader(String name)
    
public  StringgetHeader(String name, String delimiter)
    
public  InputStreamgetInputStream()
    
public  intgetLineCount()
    
public  java.util.EnumerationgetMatchingHeaderLines(java.lang.String[] names)
    
public  java.util.EnumerationgetMatchingHeaders(java.lang.String[] names)
    
public static  MimePartgetMessagePart(MimePart oPart, int nPart)
    
public static  StringgetMimeType(JDCConnection oConn, String sFileName)
    
public  java.util.EnumerationgetNonMatchingHeaderLines(java.lang.String[] names)
    
public  java.util.EnumerationgetNonMatchingHeaders(java.lang.String[] names)
    
public  intgetPartId()
    
public  intgetSize()
    
public  StringgetText()
    
public  booleanisMimeType(String sMimeTp)
    
public static  intparseMimePart(StringBuffer oStrBuff, LinkedList oAttachments, String sFolder, String sMsgId, MimePart oPart, int nPart)
    
public  voidremoveHeader(String header)
    
public  voidsetContent(Object oObj)
    
public  voidsetContent(Object oObj, String s)
    
public  voidsetContent(Multipart oPart)
    
public  voidsetContentId(String sId)
    
public  voidsetContentLanguage(String[] aLangs)
    
public  voidsetContentMD5(String sMD5)
    
public  voidsetDataHandler(DataHandler oDataHndlr)
    
public  voidsetDescription(String sDesc)
    
public  voidsetDisposition(String sDisposition)
    
public  voidsetEncoding(String sEncoding)
    
public  voidsetFileName(String sName)
    
public  voidsetHeader(String s1, String s2)
    
public  voidsetPartId(int iId)
    
public  voidsetSize(int nBytes)
    
public  voidsetText(String sTxt)
    
public  voidsetText(String sTxt, String sEncoding)
    
public  voidsetText(String sTxt, String sEncoding, String sStr)
    
public static  StringtextToHtml(String sText)
    
public  voidwriteTo(OutputStream oOutStrm)
    


Constructor Detail
DBMimePart
public DBMimePart(Multipart oMultipart)(Code)



DBMimePart
public DBMimePart(InputStream oInStrm) throws MessagingException(Code)



DBMimePart
public DBMimePart(Multipart oMultipart, int iIdPart, String sIdContent, String sContentType, String sContentMD5, String sDescription, String sDisposition, String sEncoding, String sFileName, int nBytes) throws MessagingException(Code)




Method Detail
addHeader
public void addHeader(String s1, String s2) throws MessagingException(Code)



addHeaderLine
public void addHeaderLine(java.lang.String line) throws MessagingException(Code)



getAllHeaderLines
public java.util.Enumeration getAllHeaderLines() throws MessagingException(Code)



getAllHeaders
public java.util.Enumeration getAllHeaders() throws MessagingException(Code)



getContent
public Object getContent() throws MessagingException, IOException(Code)



getContentID
public String getContentID()(Code)



getContentLanguage
public String[] getContentLanguage()(Code)



getContentMD5
public String getContentMD5() throws MessagingException(Code)



getContentType
public String getContentType()(Code)



getDataHandler
public DataHandler getDataHandler() throws MessagingException(Code)



getDescription
public String getDescription() throws MessagingException(Code)



getDisposition
public String getDisposition() throws MessagingException(Code)



getEncoding
public String getEncoding()(Code)



getFileName
public String getFileName() throws MessagingException(Code)



getHeader
public String[] getHeader(String name) throws MessagingException(Code)



getHeader
public String getHeader(String name, String delimiter) throws MessagingException(Code)



getInputStream
public InputStream getInputStream() throws MessagingException, IOException(Code)



getLineCount
public int getLineCount() throws MessagingException(Code)



getMatchingHeaderLines
public java.util.Enumeration getMatchingHeaderLines(java.lang.String[] names) throws MessagingException(Code)



getMatchingHeaders
public java.util.Enumeration getMatchingHeaders(java.lang.String[] names) throws MessagingException(Code)



getMessagePart
public static MimePart getMessagePart(MimePart oPart, int nPart) throws MessagingException, IOException, UnsupportedEncodingException(Code)



getMimeType
public static String getMimeType(JDCConnection oConn, String sFileName) throws SQLException(Code)



getNonMatchingHeaderLines
public java.util.Enumeration getNonMatchingHeaderLines(java.lang.String[] names) throws MessagingException(Code)



getNonMatchingHeaders
public java.util.Enumeration getNonMatchingHeaders(java.lang.String[] names) throws MessagingException(Code)



getPartId
public int getPartId()(Code)



getSize
public int getSize()(Code)



getText
public String getText() throws SQLException, UnsupportedEncodingException, MessagingException, IOException(Code)



isMimeType
public boolean isMimeType(String sMimeTp) throws MessagingException(Code)



parseMimePart
public static int parseMimePart(StringBuffer oStrBuff, LinkedList oAttachments, String sFolder, String sMsgId, MimePart oPart, int nPart) throws MessagingException, IOException, UnsupportedEncodingException(Code)



removeHeader
public void removeHeader(String header) throws MessagingException(Code)



setContent
public void setContent(Object oObj)(Code)



setContent
public void setContent(Object oObj, String s)(Code)



setContent
public void setContent(Multipart oPart)(Code)



setContentId
public void setContentId(String sId)(Code)



setContentLanguage
public void setContentLanguage(String[] aLangs)(Code)



setContentMD5
public void setContentMD5(String sMD5)(Code)



setDataHandler
public void setDataHandler(DataHandler oDataHndlr)(Code)



setDescription
public void setDescription(String sDesc)(Code)



setDisposition
public void setDisposition(String sDisposition)(Code)



setEncoding
public void setEncoding(String sEncoding)(Code)



setFileName
public void setFileName(String sName)(Code)



setHeader
public void setHeader(String s1, String s2) throws MessagingException(Code)



setPartId
public void setPartId(int iId)(Code)



setSize
public void setSize(int nBytes)(Code)



setText
public void setText(String sTxt)(Code)



setText
public void setText(String sTxt, String sEncoding)(Code)



setText
public void setText(String sTxt, String sEncoding, String sStr)(Code)



textToHtml
public static String textToHtml(String sText)(Code)



writeTo
public void writeTo(OutputStream oOutStrm) throws IOException, MessagingException(Code)



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