|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.server.mapservice.Response
Represents the response to the client.
Constructor Summary | |
Response(java.io.OutputStream inOutputStream)
Creates new Response |
Method Summary | |
java.lang.String |
getContentType()
Get the content type. |
java.io.OutputStream |
getOutputStream()
Get the outputstream fro writing binary data. |
java.io.PrintWriter |
getWriter()
Get the Print writer for writing to the client. |
void |
setContentType(java.lang.String inContentType)
Set the Content type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Response(java.io.OutputStream inOutputStream)
Method Detail |
public void setContentType(java.lang.String inContentType)
public java.lang.String getContentType()
public java.io.OutputStream getOutputStream()
public java.io.PrintWriter getWriter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |