common
Interface ContentType

All Superinterfaces:
java.rmi.Remote

public interface ContentType
extends java.rmi.Remote


Method Summary
 MimeType getContentType()
           
 MimeType[] getSupportedContentTypes()
           
 void setContentType(MimeType type)
           
 

Method Detail

getContentType

public MimeType getContentType()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setContentType

public void setContentType(MimeType type)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSupportedContentTypes

public MimeType[] getSupportedContentTypes()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException