public interface MessageBuilder
Message and other DOM elements either without
any content, by copying content of an existing object or by reading content from
an InputStream.| Modifier and Type | Method and Description |
|---|---|
Header |
newHeader() |
Header |
newHeader(Header source) |
Message |
newMessage() |
Message |
newMessage(Message source) |
Multipart |
newMultipart(Multipart source) |
Multipart |
newMultipart(String subType) |
Header |
parseHeader(InputStream source) |
Message |
parseMessage(InputStream source) |
Header newHeader()
Message newMessage()
Header parseHeader(InputStream source) throws MimeException, IOException
MimeExceptionIOExceptionMessage parseMessage(InputStream source) throws MimeException, IOException
MimeExceptionIOExceptionCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.