com.shift.framework.util
Class GauceIOUtility

java.lang.Object
  extended by com.shift.framework.util.GauceIOUtility

public class GauceIOUtility
extends java.lang.Object

GAUCE.XMLÀÇ ConnectorºÎºÐÀÇ ¼³Á¤°ú ¹«°üÇÏ°Ô HttpGauceRequest, HttpGauceResponseµîÀ» ¼³Á¤ÇØ Áִ Ŭ·¡½º

Version:
1.0
Author:
rogerrb

Constructor Summary
GauceIOUtility(javax.servlet.http.HttpServletRequest p_req, javax.servlet.http.HttpServletResponse p_res)
          °¡¿ì½º API¸¦ »ç¿ëÇÏ¿© ÄÚµùÀ» ÇÒ¶§ °´Ã¼¸¦ ÃʱâÈ­ ÇØÁÖ´Â ¸Þ¼Òµå
 
Method Summary
 com.gauce.io.GauceInputStream getGauceInputStream()
          GauceInputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå
 com.gauce.io.GauceOutputStream getGauceOutputStream()
          GauceOutputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå.
 com.gauce.http.HttpGauceRequest getHttpGauceRequest()
          HttpGauceRequest¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå
 com.gauce.http.HttpGauceResponse getHttpGauceResponse()
          HttpGauceResponse¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GauceIOUtility

public GauceIOUtility(javax.servlet.http.HttpServletRequest p_req,
                      javax.servlet.http.HttpServletResponse p_res)
               throws java.lang.Exception
°¡¿ì½º API¸¦ »ç¿ëÇÏ¿© ÄÚµùÀ» ÇÒ¶§ °´Ã¼¸¦ ÃʱâÈ­ ÇØÁÖ´Â ¸Þ¼Òµå

Parameters:
p_req - HttpServletRequest
p_res - HttpServletResponse
Throws:
java.lang.Exception
Method Detail

getHttpGauceRequest

public com.gauce.http.HttpGauceRequest getHttpGauceRequest()
HttpGauceRequest¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå

Returns:

getGauceInputStream

public com.gauce.io.GauceInputStream getGauceInputStream()
GauceInputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå

Returns:

getHttpGauceResponse

public com.gauce.http.HttpGauceResponse getHttpGauceResponse()
HttpGauceResponse¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå

Returns:

getGauceOutputStream

public com.gauce.io.GauceOutputStream getGauceOutputStream()
GauceOutputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå.

Returns: