com.shift.framework.util
Class IXyncIOUtility

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

public class IXyncIOUtility
extends java.lang.Object

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

Version:
1.0
Author:
rogerrb

Constructor Summary
IXyncIOUtility(javax.servlet.http.HttpServletRequest p_req, javax.servlet.http.HttpServletResponse p_res)
          InnoXync API¸¦ »ç¿ëÇÏ¿© ÄÚµùÀ» ÇÒ¶§ °´Ã¼¸¦ ÃʱâÈ­ ÇØÁÖ´Â ¸Þ¼Òµå
 
Method Summary
 com.ixync.http.HttpIXyncRequest getHttpIXyncRequest()
          HttpIXyncRequest¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå
 com.ixync.http.HttpIXyncResponse getHttpIXyncResponse()
          HttpIXyncResponse¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå
 com.ixync.io.IXyncInputStream getIXyncInputStream()
          IXyncInputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå
 com.ixync.io.IXyncOutputStream getIXyncOutputStream()
          IXyncOutputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IXyncIOUtility

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

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

getHttpIXyncRequest

public com.ixync.http.HttpIXyncRequest getHttpIXyncRequest()
HttpIXyncRequest¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå

Returns:

getIXyncInputStream

public com.ixync.io.IXyncInputStream getIXyncInputStream()
IXyncInputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå

Returns:

getHttpIXyncResponse

public com.ixync.http.HttpIXyncResponse getHttpIXyncResponse()
HttpIXyncResponse¸¦ ¹ÝȯÇÏ´Â ¸Þ¼Òµå

Returns:

getIXyncOutputStream

public com.ixync.io.IXyncOutputStream getIXyncOutputStream()
IXyncOutputStreamÀ» ¹ÝȯÇÏ´Â ¸Þ¼Òµå.

Returns: