oracle.syndication.server.message
Interface OSSRequest

All Known Implementing Classes:
ICERequest

public abstract interface OSSRequest


Method Summary
TypeMethod
 java.lang.String getContentType()
          We should maintain the mime type.
 java.io.Reader read()
          We should be able to read from this request
 

Method Detail

getContentType

public java.lang.String getContentType()
We should maintain the mime type.

read

public java.io.Reader read()
We should be able to read from this request