oracle.syndication.server.message.ice
Class ICEResponse
java.lang.Object
|
+--oracle.syndication.server.message.ice.ICEResponse
- public class ICEResponse
- extends java.lang.Object
- implements OSSResponse, ICEStatusCode
Type | Method |
void |
append(oracle.syndication.server.handler.OSSHandlerResponse response,
boolean bPushing)
Package method that only the message manager should see |
java.lang.String |
getContentType()
We should maintain the mime type. |
java.io.Reader |
getResponse()
Returns the response as a reader |
oracle.xml.parser.v2.XMLDocument |
getResponseXML()
Get Accessor for the response xml document |
void |
setContentType(java.lang.String szContentType)
|
void |
setResponseXML(oracle.xml.parser.v2.XMLDocument doc)
Set Accessor for the response xml document |
OSSRequest |
toRequest()
|
void |
write(java.io.Writer writer)
We should be able to write this out to a writer |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
setContentType
public void setContentType(java.lang.String szContentType)
getContentType
public java.lang.String getContentType()
- We should maintain the mime type.
- Specified by:
- getContentType in interface OSSResponse
toRequest
public OSSRequest toRequest()
write
public void write(java.io.Writer writer)
throws java.io.IOException
- We should be able to write this out to a writer
- Specified by:
- write in interface OSSResponse
getResponse
public java.io.Reader getResponse()
- Returns the response as a reader
- Specified by:
- getResponse in interface OSSResponse
getResponseXML
public oracle.xml.parser.v2.XMLDocument getResponseXML()
- Get Accessor for the response xml document
setResponseXML
public void setResponseXML(oracle.xml.parser.v2.XMLDocument doc)
- Set Accessor for the response xml document
append
public void append(oracle.syndication.server.handler.OSSHandlerResponse response,
boolean bPushing)
- Package method that only the message manager should see