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

All Superinterfaces:
org.apache.james.mime4j.message.Body, org.apache.james.mime4j.descriptor.ContentDescriptor
All Known Implementing Classes:
FileBody, InputStreamBody, StringBody

public interface ContentBody
extends org.apache.james.mime4j.message.Body, org.apache.james.mime4j.descriptor.ContentDescriptor


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

Method Detail

getFilename

java.lang.String getFilename()


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