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
 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
 

Method Detail

getBoundary

java.lang.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.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.