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 TypeInterfaceDescriptioninterfaceAn MIME message (as defined in RFC 2045).interfaceA MIME multipart body (as defined in RFC 2045).Classes in org.apache.james.mime4j.dom that implement BodyModifier and TypeClassDescriptionclassA body containing binary data.classAbstract implementation of a single message body; that is, a body that does not contain (directly or indirectly) any other child bodies.classEncapsulates 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 TypeMethodDescriptionvoidSets the body of this entity.voidMessageWriter.writeBody(Body body, OutputStream out) -
Uses of Body in org.apache.james.mime4j.internal
Methods 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 TypeClassDescriptionclassAbstract MIME message.classAbstract MIME multipart body.classDefault implementation ofMessage.classDefault implementation ofMultipart.Methods in org.apache.james.mime4j.message that return BodyModifier and TypeMethodDescriptionReturns a copy of the givenBodythat 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 givenBodythat can be used (and modified) independently of the original.voidSets the body of this entity.Deprecated.voidDefaultMessageWriter.writeBody(Body body, OutputStream out) Write the specifiedBodyto the specifiedOutputStream.