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 class
BinaryBody
A body containing binary data.class
TextBody
Encapsulates the contents of atext/*
entity body.Methods in org.apache.james.mime4j.dom that return SingleBody Modifier and Type Method Description SingleBody
SingleBody. 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 SingleBody
SingleBodyBuilder. build()
Methods in org.apache.james.mime4j.message with parameters of type SingleBody Modifier and Type Method Description SingleBodyBuilder
SingleBodyBuilder. copy(SingleBody other)
static SingleBodyBuilder
SingleBodyBuilder. createCopy(SingleBody other)
-