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
public interface Body extends Disposable
A body of an MIME entity (as defined in RFC 2045).
A body can be a
Message, aMultipartor aSingleBody. This interface should not be implemented directly by classes other than those.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitygetParent()Gets the parent of this body.voidsetParent(Entity parent)Sets the parent of this body.-
Methods inherited from interface org.apache.james.mime4j.dom.Disposable
dispose
-
-