Package org.apache.james.mime4j.stream
Interface BodyDescriptor
-
- All Superinterfaces:
ContentDescriptor
- All Known Implementing Classes:
MaximalBodyDescriptor
public interface BodyDescriptor extends ContentDescriptor
A descriptor containing common MIME content body properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBoundary()
Returns the body descriptors boundary.-
Methods inherited from interface org.apache.james.mime4j.stream.ContentDescriptor
getCharset, getContentLength, getMediaType, getMimeType, getSubType, getTransferEncoding
-
-
-
-
Method Detail
-
getBoundary
String getBoundary()
Returns the body descriptors boundary.- Returns:
- Boundary string, if known, or null. The latter may be the case, in particular, if the body is no multipart entity.
-
-