Uses of Interface
org.apache.james.mime4j.dom.Body
Packages that use Body
Package
Description
-
Uses of Body in org.apache.james.mime4j.dom
Subinterfaces of Body in org.apache.james.mime4j.domModifier and TypeInterfaceDescriptioninterface
An MIME message (as defined in RFC 2045).interface
A MIME multipart body (as defined in RFC 2045).Classes in org.apache.james.mime4j.dom that implement BodyModifier and TypeClassDescriptionclass
A body containing binary data.class
Abstract implementation of a single message body; that is, a body that does not contain (directly or indirectly) any other child bodies.class
Encapsulates the contents of atext/*
entity body.Methods in org.apache.james.mime4j.dom that return BodyModifier and TypeMethodDescriptionEntity.getBody()
Gets the body of this entity.Entity.removeBody()
Removes and returns the body of this entity.Methods in org.apache.james.mime4j.dom with parameters of type BodyModifier and TypeMethodDescriptionvoid
Sets the body of this entity.void
MessageWriter.writeBody
(Body body, OutputStream out) -
Uses of Body in org.apache.james.mime4j.internal
Fields in org.apache.james.mime4j.internal declared as BodyMethods in org.apache.james.mime4j.internal that return BodyMethods in org.apache.james.mime4j.internal with parameters of type BodyModifier and TypeMethodDescriptionSets body of this message. -
Uses of Body in org.apache.james.mime4j.message
Classes in org.apache.james.mime4j.message that implement BodyModifier and TypeClassDescriptionclass
Abstract MIME message.class
Abstract MIME multipart body.(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
class
Default implementation ofMessage
.class
Default implementation ofMultipart
.Fields in org.apache.james.mime4j.message declared as BodyMethods in org.apache.james.mime4j.message that return BodyModifier and TypeMethodDescriptionReturns a copy of the givenBody
that can be used (and modified) independently of the original.AbstractEntity.getBody()
Gets the body of this entity.MessageBuilder.getBody()
Deprecated.AbstractEntity.removeBody()
Removes and returns the body of this entity.Methods in org.apache.james.mime4j.message with parameters of type BodyModifier and TypeMethodDescriptionReturns a copy of the givenBody
that can be used (and modified) independently of the original.void
Sets the body of this entity.Deprecated.void
DefaultMessageWriter.writeBody
(Body body, OutputStream out) Write the specifiedBody
to the specifiedOutputStream
. -
Uses of Body in org.apache.james.mime4j.storage
Classes in org.apache.james.mime4j.storage that implement Body