Package org.apache.james.mime4j.dom
Interface Body
- All Superinterfaces:
Disposable
- All Known Implementing Classes:
AbstractMessage
,AbstractMultipart
,BasicBodyFactory.BinaryBody1
,BasicBodyFactory.BinaryBody2
,BasicBodyFactory.BinaryBody3
,BasicBodyFactory.StringBody1
,BasicBodyFactory.StringBody2
,BasicBodyFactory.StringBody3
,BinaryBody
,MessageImpl
,MultipartImpl
,SingleBody
,StorageBinaryBody
,StorageTextBody
,StringTextBody
,TextBody
A body of an MIME entity (as defined in RFC 2045).
A body can be a Message
, a Multipart
or a SingleBody
.
This interface should not be implemented directly by classes other than
those.
-
Method Summary
Methods inherited from interface org.apache.james.mime4j.dom.Disposable
dispose
-
Method Details
-
getParent
Entity getParent()Gets the parent of this body.- Returns:
- the parent.
-
setParent
Sets the parent of this body.- Parameters:
parent
- the parent.
-