Uses of Class
org.apache.james.mime4j.dom.SingleBody
-
Packages that use SingleBody Package Description org.apache.james.mime4j.dom org.apache.james.mime4j.message -
-
Uses of SingleBody in org.apache.james.mime4j.dom
Subclasses of SingleBody in org.apache.james.mime4j.dom Modifier and Type Class Description classBinaryBodyA body containing binary data.classTextBodyEncapsulates the contents of atext/*entity body.Methods in org.apache.james.mime4j.dom that return SingleBody Modifier and Type Method Description SingleBodySingleBody. copy()Returns a copy of thisSingleBody(optional operation). -
Uses of SingleBody in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return SingleBody Modifier and Type Method Description SingleBodySingleBodyBuilder. build()Methods in org.apache.james.mime4j.message with parameters of type SingleBody Modifier and Type Method Description SingleBodyBuilderSingleBodyBuilder. copy(SingleBody other)static SingleBodyBuilderSingleBodyBuilder. createCopy(SingleBody other)
-