com.shift.framework.connector.xstp
Class XSTPProcessor
java.lang.Object
com.shift.framework.connector.ServiceControllerFactory
com.shift.framework.connector.xstp.XSTPProcessor
- All Implemented Interfaces:
- ServiceController
public class XSTPProcessor
- extends ServiceControllerFactory
Ŭ¶óÀÌ¾ðÆ®·ÎºÎÅÍ Àü¼ÛµÈ ¿äûÀ» ¼ºñ½º¸¦ ÅëÇØ¼ ó¸®Çϰí, ±× ó¸® °á°ú¸¦ Àü´ÞÇÏ´Â
ÇÁ·Î¼¼½º¸¦ ´ã´çÇÑ´Ù. ƯÈ÷ XSTPProcessorÀº XMLÇÁ·ÎÅäÄÝÀ» ÀÌ¿ëÇÑ ¿äû/ÀÀ´äÀ»
ó¸®Çϴµ¥ ÇÊ¿äÇÑ ±¸ÇöÀÌ Æ÷ÇԵȴÙ.
- Since:
- 2006.04.04
- Version:
- 1.0
- Author:
- Shift Information & Communication
Constructor Summary |
XSTPProcessor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Method Summary |
void |
handleException(java.lang.Exception e)
XML¼ºñ½º¿¡¼ ExceptionÀÌ ¹ß»ýÇÑ °Í¿¡ ´ëÇÑ Ã³¸®. |
void |
handleResponse(Service service,
long time)
Ŭ¶óÀ̾ðÆ®ÀÇ ¿äû¿¡ µû¸¥ ÀÀ´äÀ» ó¸®ÇÏ°í ±× °á°ú¸¦ È£ÃâÇÑ Å¬¶óÀÌ¾ðÆ®¿¡
Àü¼ÛÇÑ´Ù. |
java.lang.Object |
setArgument(AppConfig conf)
Ŭ¶óÀÌ¾ðÆ® ¿äû¿¡ ÀÇÇØ¼ Àü´ÞµÈ ¿äûÁ¤º¸¸¦ ÆÄ½ÌÇÏ¿© ¼ºñ½º¿Í ¹ÙÀεùµÇ¾î ÀÖ´Â
ÀÎÅÍÆäÀ̽º¸¦ ÅëÇØ¼ POJO°´Ã¼·Î º¯È¯Çϰí À̸¦ ¹ÝȯÇÑ´Ù. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSTPProcessor
public XSTPProcessor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
setArgument
public java.lang.Object setArgument(AppConfig conf)
throws java.lang.Exception
- Ŭ¶óÀÌ¾ðÆ® ¿äû¿¡ ÀÇÇØ¼ Àü´ÞµÈ ¿äûÁ¤º¸¸¦ ÆÄ½ÌÇÏ¿© ¼ºñ½º¿Í ¹ÙÀεùµÇ¾î ÀÖ´Â
ÀÎÅÍÆäÀ̽º¸¦ ÅëÇØ¼ POJO°´Ã¼·Î º¯È¯Çϰí À̸¦ ¹ÝȯÇÑ´Ù.
- Parameters:
conf
- AppConfig ¼³Á¤ Á¤º¸ °´Ã¼
- Returns:
- Object
- Throws:
java.lang.Exception
- Since:
- 1.0
handleException
public void handleException(java.lang.Exception e)
- XML¼ºñ½º¿¡¼ ExceptionÀÌ ¹ß»ýÇÑ °Í¿¡ ´ëÇÑ Ã³¸®.
handleResponse
public void handleResponse(Service service,
long time)
throws java.lang.Exception
- Ŭ¶óÀ̾ðÆ®ÀÇ ¿äû¿¡ µû¸¥ ÀÀ´äÀ» ó¸®ÇÏ°í ±× °á°ú¸¦ È£ÃâÇÑ Å¬¶óÀÌ¾ðÆ®¿¡
Àü¼ÛÇÑ´Ù.
XSTPProcessor
´Â XML ÇÁ·ÎÅäÄÝÀ» ó¸®ÇÒ ¼ö ÀÖ´Ù.
- Parameters:
service
-
- Throws:
java.lang.Exception
- Since:
- 1.0