com.ibm.maf.atp
Interface AtpResponse

All Known Implementing Classes:
AtpResponseImpl, HttpCGIResponseImpl

interface AtpResponse


Method Summary
 java.io.OutputStream getOutputStream()
           
 int getStatusCode()
           
 void sendError(int i)
           
 void sendResponse()
           
 void setContentType(java.lang.String string)
           
 void setStatusCode(int i)
           
 void setStatusCode(int i, java.lang.String msg)
           
 

Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Throws:
java.io.IOException

getStatusCode

public int getStatusCode()

sendError

public void sendError(int i)
               throws java.io.IOException
Throws:
java.io.IOException

sendResponse

public void sendResponse()
                  throws java.io.IOException
Throws:
java.io.IOException

setContentType

public void setContentType(java.lang.String string)

setStatusCode

public void setStatusCode(int i)

setStatusCode

public void setStatusCode(int i,
                          java.lang.String msg)