org.apache.http.entity.mime.content
Interface ContentBody

All Superinterfaces:
Body, ContentDescriptor, Disposable
All Known Implementing Classes:
AbstractContentBody, FileBody, InputStreamBody, StringBody

public interface ContentBody
extends Body, ContentDescriptor

Since:
4.0

Method Summary
 String getFilename()
           
 
Methods inherited from interface org.apache.james.mime4j.message.Body
getParent, setParent
 
Methods inherited from interface org.apache.james.mime4j.message.Disposable
dispose
 
Methods inherited from interface org.apache.james.mime4j.descriptor.ContentDescriptor
getCharset, getContentLength, getContentTypeParameters, getMediaType, getMimeType, getSubType, getTransferEncoding
 

Method Detail

getFilename

String getFilename()


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.