Á÷·ÄÈµÈ µ¥ÀÌÅ͸¦ Business Object·Î º¯È¯ÇÕ´Ï´Ù.
±¸¹®
public BusinessObjectInterface getBO(Object serializedData, Object config);
public BusinessObjectInterface getBO(String serializedData, Object config);
public BusinessObjectInterface getBO(InputStream serializedData, Object config);
public BusinessObjectInterface getBO(byte[] serializedData, Object config);
public void getBO(Object serializedData, BusinessObjectInterface theBusObj, Object config);
¸Å°³º¯¼ö
¸®Åϰª
óÀ½ ³× °¡Áö ¾ç½ÄÀº ÀÔ·Â Object, String, InputStream ¶Ç´Â ¹ÙÀÌÆ® ¹è¿ ¿ÀºêÁ§Æ®ÀÇ µ¥ÀÌÅͷΠä¿öÁø Business Object¸¦ ¸®ÅÏÇÕ´Ï´Ù.
5¹øÂ° ¾ç½ÄÀº Á÷·ÄÈµÈ µ¥ÀÌÅÍ·Î ÁöÁ¤µÈ Business Object¸¦ ä¿ó´Ï´Ù.
¿¹¿Ü
Âü°í
ÀÌ getBO() ¸Þ¼Òµå´Â ¹®ÀÚ¿¿¡¼ Business Object·ÎÀÇ º¯È¯À» ¼öÇàÇÏ´Â °ø¿ë ¸Þ¼ÒµåÀÔ´Ï´Ù.
DataHandler ±âº» Ŭ·¡½º¿¡´Â getBO()ÀÇ Ãß»ó ¾ç½ÄÀÌ ÀÖÀ¸¸ç(getBO() - Ãß»ó ÆäÀÌÁöÀÇ ¼³¸í ÂüÁ¶), ÀÌ´Â data-handler Ŭ·¡½ºÀÇ ÀϺηΠ±¸ÇöÇØ¾ß ÇÕ´Ï´Ù. ÀÌ getBO() °ø¿ë ¹öÀüÀº ±¸¼º¿ä¼Ò(¿¹: Ä¿³ØÅÍ ¶Ç´Â ¾×¼¼½º Ŭ¶óÀ̾ðÆ®)°¡ serializedData¸¦ Object, String, InputStream ¿ÀºêÁ§Æ® ¶Ç´Â ¹ÙÀÌÆ® ¹è¿·Î ÁöÁ¤Çϵµ·Ï Çã¿ëÇÏ´Â ÇÑ ¼¼Æ®ÀÇ À¯Æ¿¸®Æ¼ ¸Þ¼Òµå¸¦ Á¤ÀÇÇÕ´Ï´Ù. ¸Þ¼Òµå´Â ÁöÁ¤µÈ Á÷·ÄÈµÈ µ¥ÀÌÅ͸¦ Reader ¿ÀºêÁ§Æ®·Î º¯È¯ÇÑ ÈÄ Ãß»ó getBO() ¸Þ¼Òµå Áß Çϳª¸¦ È£ÃâÇÏ¿© Reader ¿ÀºêÁ§Æ®¸¦ Business Object·Î º¯È¯ÇÕ´Ï´Ù.
°ø¿ë getBO() ¸Þ¼ÒµåÀÇ ¾ç½ÄÀº ´ÙÀ½°ú °°½À´Ï´Ù.
getBO(StringserializedData, Objectconfig)¸¦ È£ÃâÇÕ´Ï´Ù.
config Àμö¿¡ ´ëÇÑ Á¤º¸´Â getBO()ÀÇ Ãß»ó ¾ç½Ä(getBO() - Ãß»ó ÆäÀÌÁöÀÇ ¼³¸í ÂüÁ¶) ¾Æ·¡¿¡ ÀÖ´Â ¼³¸íÀ» »ìÆìº¸½Ê½Ã¿À.
ÂüÁ¶