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 org.apache.james.mime4j.storage -
-
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, java.io.OutputStream out) -
Uses of Body in org.apache.james.mime4j.internal
Fields in org.apache.james.mime4j.internal declared as Body Modifier and Type Field Description private BodyAbstractEntityBuilder. bodyMethods 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.(package private) static classBasicBodyFactory.BinaryBody1(package private) static classBasicBodyFactory.BinaryBody2(package private) static classBasicBodyFactory.BinaryBody3(package private) static classBasicBodyFactory.StringBody1(package private) static classBasicBodyFactory.StringBody2(package private) static classBasicBodyFactory.StringBody3classMessageImplDefault implementation ofMessage.classMultipartImplDefault implementation ofMultipart.Fields in org.apache.james.mime4j.message declared as Body Modifier and Type Field Description private BodyAbstractEntity. bodyMethods 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, java.io.OutputStream out)Write the specifiedBodyto the specifiedOutputStream. -
Uses of Body in org.apache.james.mime4j.storage
Classes in org.apache.james.mime4j.storage that implement Body Modifier and Type Class Description (package private) classStorageBinaryBodyBinary body backed by aStorage(package private) classStorageTextBodyText body backed by aStorage.(package private) classStringTextBodyText body backed by aString.
-