oracle.syndication.server.message
Interface OSSResponse
- All Known Implementing Classes:
- ICEResponse
- public abstract interface OSSResponse
Type | Method |
java.lang.String |
getContentType()
We should maintain the mime type. |
java.io.Reader |
getResponse()
At the receiver side, a Reader will be returned |
void |
write(java.io.Writer writer)
We should be able to write this out to a writer |
getContentType
public java.lang.String getContentType()
- We should maintain the mime type.
write
public void write(java.io.Writer writer)
throws java.io.IOException
- We should be able to write this out to a writer
getResponse
public java.io.Reader getResponse()
- At the receiver side, a Reader will be returned