public interface Body extends Disposable
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.
Modifier and Type | Method and Description |
---|---|
Entity |
getParent()
Gets the parent of this body.
|
void |
setParent(Entity parent)
Sets the parent of this body.
|
dispose
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.