Class MessageImpl
java.lang.Object
org.apache.james.mime4j.message.AbstractEntity
org.apache.james.mime4j.message.AbstractMessage
org.apache.james.mime4j.message.MessageImpl
- All Implemented Interfaces:
Body, Disposable, Entity, Message
Default implementation of
Message.-
Nested Class Summary
Nested classes/interfaces inherited from interface Message
Message.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcalcCharset(ContentTypeField contentType) protected StringcalcMimeType(ContentTypeField child, ContentTypeField parent) protected StringMethods inherited from class AbstractMessage
getBcc, getCc, getDate, getFrom, getMessageId, getReplyTo, getSender, getSubject, getToMethods inherited from class AbstractEntity
dispose, getBody, getCharset, getContentTransferEncoding, getDispositionType, getFilename, getHeader, getMimeType, getParent, isMultipart, obtainField, obtainHeader, removeBody, setBody, setHeader, setParentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Disposable
disposeMethods inherited from interface Entity
getBody, getCharset, getContentTransferEncoding, getDispositionType, getFilename, getHeader, getMimeType, getParent, isMultipart, removeBody, setBody, setHeader, setParent
-
Constructor Details
-
MessageImpl
public MessageImpl()Creates a new emptyMessage.
-
-
Method Details
-
calcTransferEncoding
- Specified by:
calcTransferEncodingin classAbstractEntity
-
calcMimeType
- Specified by:
calcMimeTypein classAbstractEntity
-
calcCharset
- Specified by:
calcCharsetin classAbstractEntity
-