Package org.apache.james.mime4j.stream
Interface BodyDescriptor
-
- All Superinterfaces:
ContentDescriptor
- All Known Implementing Classes:
BasicBodyDescriptor
,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 java.lang.String
getBoundary()
Returns the body descriptors boundary.-
Methods inherited from interface org.apache.james.mime4j.stream.ContentDescriptor
getCharset, getContentLength, getMediaType, getMimeType, getSubType, getTransferEncoding
-
-