Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
G
H
M
O
P
R
S
T
V
C
close()
- Method in class org.jvnet.mimepull.
MIMEPart
Cleans up any resources that are held by this part (for e.g.
G
getAllHeaders()
- Method in class org.jvnet.mimepull.
MIMEPart
Return all the headers
getAttachments()
- Method in class org.jvnet.mimepull.
MIMEMessage
Gets all the attachments by parsing the entire MIME message.
getContentId()
- Method in class org.jvnet.mimepull.
MIMEPart
Returns Content-ID MIME header for this attachment part
getContentType()
- Method in class org.jvnet.mimepull.
MIMEPart
Returns Content-Type MIME header for this attachment part
getHeader(String)
- Method in class org.jvnet.mimepull.
MIMEPart
Return all the values for the specified header.
getName()
- Method in interface org.jvnet.mimepull.
Header
Returns the name of this header.
getPart(int)
- Method in class org.jvnet.mimepull.
MIMEMessage
Creates nth attachment lazily.
getPart(String)
- Method in class org.jvnet.mimepull.
MIMEMessage
Creates a lazy attachment for a given Content-ID.
getValue()
- Method in interface org.jvnet.mimepull.
Header
Returns the value of this header.
H
Header
- Interface in
org.jvnet.mimepull
The Header class stores a name/value pair to represent headers.
M
makeProgress()
- Method in class org.jvnet.mimepull.
MIMEMessage
Parses the MIME message in a pull fashion.
MIMEConfig
- Class in
org.jvnet.mimepull
Configuration for MIME message parsing and storing.
MIMEConfig()
- Constructor for class org.jvnet.mimepull.
MIMEConfig
MIMEMessage
- Class in
org.jvnet.mimepull
Represents MIME message.
MIMEMessage(InputStream, String)
- Constructor for class org.jvnet.mimepull.
MIMEMessage
MIMEMessage(InputStream, String, MIMEConfig)
- Constructor for class org.jvnet.mimepull.
MIMEMessage
Creates a MIME message from the content's stream.
MIMEParsingException
- Exception in
org.jvnet.mimepull
The
MIMEParsingException
class is the base exception class for all MIME message parsing exceptions.
MIMEParsingException()
- Constructor for exception org.jvnet.mimepull.
MIMEParsingException
Constructs a new exception with
null
as its detail message.
MIMEParsingException(String)
- Constructor for exception org.jvnet.mimepull.
MIMEParsingException
Constructs a new exception with the specified detail message.
MIMEParsingException(String, Throwable)
- Constructor for exception org.jvnet.mimepull.
MIMEParsingException
Constructs a new exception with the specified detail message and cause.
MIMEParsingException(Throwable)
- Constructor for exception org.jvnet.mimepull.
MIMEParsingException
Constructs a new WebServiceException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
MIMEPart
- Class in
org.jvnet.mimepull
Represents an attachment part in a MIME message.
moveTo(File)
- Method in class org.jvnet.mimepull.
MIMEPart
O
org.jvnet.mimepull
- package org.jvnet.mimepull
P
parseAll()
- Method in class org.jvnet.mimepull.
MIMEMessage
Parses the whole MIME message eagerly
R
read()
- Method in class org.jvnet.mimepull.
MIMEPart
Can get the attachment part's content multiple times.
readOnce()
- Method in class org.jvnet.mimepull.
MIMEPart
Can get the attachment part's content only once.
S
setDir(String)
- Method in class org.jvnet.mimepull.
MIMEConfig
setMemoryThreshold(long)
- Method in class org.jvnet.mimepull.
MIMEConfig
If the attachment is greater than the threshold, it is written to the disk.
setParseEagerly(boolean)
- Method in class org.jvnet.mimepull.
MIMEConfig
T
toString()
- Method in class org.jvnet.mimepull.
MIMEPart
V
validate()
- Method in class org.jvnet.mimepull.
MIMEConfig
Validates if it can create temporary files.
C
G
H
M
O
P
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010
Sun Microsystems, Inc
. All Rights Reserved.