com.ibm.xsp.http
Interface IMimePart


public interface IMimePart

This interface represents a MIME item.


Method Summary
 java.lang.String getContentType()
          Return the content type
 java.lang.String getID()
          Return ID
 long getLength()
          Return length
 

Method Detail

getID

java.lang.String getID()
Return ID


getLength

long getLength()
Return length


getContentType

java.lang.String getContentType()
Return the content type