Uses of Interface
org.apache.james.mime4j.dom.Body
-
Packages that use Body Package Description org.apache.james.mime4j.dom org.apache.james.mime4j.internal org.apache.james.mime4j.message -
-
Uses of Body in org.apache.james.mime4j.dom
Subinterfaces of Body in org.apache.james.mime4j.dom Modifier and Type Interface Description interfaceMessageAn MIME message (as defined in RFC 2045).interfaceMultipartA MIME multipart body (as defined in RFC 2045).Classes in org.apache.james.mime4j.dom that implement Body Modifier and Type Class Description classBinaryBodyA body containing binary data.classSingleBodyAbstract implementation of a single message body; that is, a body that does not contain (directly or indirectly) any other child bodies.classTextBodyEncapsulates the contents of atext/*entity body.Methods in org.apache.james.mime4j.dom that return Body Modifier and Type Method Description BodyEntity. getBody()Gets the body of this entity.BodyEntity. removeBody()Removes and returns the body of this entity.Methods in org.apache.james.mime4j.dom with parameters of type Body Modifier and Type Method Description voidEntity. setBody(Body body)Sets the body of this entity.Message.BuilderMessage.Builder. setBody(Body body)voidMessageWriter. writeBody(Body body, OutputStream out) -
Uses of Body in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal that return Body Modifier and Type Method Description BodyAbstractEntityBuilder. getBody()Returns message body.Methods in org.apache.james.mime4j.internal with parameters of type Body Modifier and Type Method Description AbstractEntityBuilderAbstractEntityBuilder. setBody(Body body)Sets body of this message. -
Uses of Body in org.apache.james.mime4j.message
Classes in org.apache.james.mime4j.message that implement Body Modifier and Type Class Description classAbstractMessageAbstract MIME message.classAbstractMultipartAbstract MIME multipart body.classMessageImplDefault implementation ofMessage.classMultipartImplDefault implementation ofMultipart.Methods in org.apache.james.mime4j.message that return Body Modifier and Type Method Description BodyDefaultMessageBuilder. copy(Body body)Returns a copy of the givenBodythat can be used (and modified) independently of the original.BodyAbstractEntity. getBody()Gets the body of this entity.BodyMessageBuilder. getBody()Deprecated.BodyAbstractEntity. removeBody()Removes and returns the body of this entity.Methods in org.apache.james.mime4j.message with parameters of type Body Modifier and Type Method Description BodyDefaultMessageBuilder. copy(Body body)Returns a copy of the givenBodythat can be used (and modified) independently of the original.voidAbstractEntity. setBody(Body body)Sets the body of this entity.BodyPartBuilderBodyPartBuilder. setBody(Body body)MessageBuilderMessageBuilder. setBody(Body body)Deprecated.voidDefaultMessageWriter. writeBody(Body body, OutputStream out)Write the specifiedBodyto the specifiedOutputStream.
-