|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlueJaxWebService
GlueJaxWebService jax-ws±â¹Ý¿¡¼ À¥ ¼ºñ½º ±â´ÉÀ» Á¦°øÇϱâ À§ÇÑ interface Glue Service¸¦ ½ÇÇà ½ÃÅ°°í GlueContext¿¡¼ ÇØ´ç °´Ã¼¸¦ ¸®ÅÏÇÏ´Â ¸Þ¼µåµéÀ» Á¦°øÇÑ´Ù.
Method Summary | |
---|---|
List<?> |
doGlueServiceGetList(HashMap<String,Object> glueMap)
Glue Service¸¦ ½ÇÇà ½ÃÅ°°í GlueContext¿¡¼ List |
List<?> |
doGlueServiceGetListByName(String serviceName)
Glue Service¸¦ ½ÇÇà ½ÃÅ°°í GlueContext¿¡¼ List |
HashMap<?,?> |
doGlueServiceGetMap(HashMap<String,Object> glueMap)
Glue Service¸¦ ½ÇÇà ½ÃÅ°°í GlueContext¿¡¼ HashMap |
HashMap<?,?> |
doGlueServiceGetMapByName(String serviceName)
Glue Service¸¦ ½ÇÇà ½ÃÅ°°í GlueContext¿¡¼ HashMap |
String |
doGlueServiceGetString(HashMap<String,Object> glueMap)
Glue Service¸¦ ½ÇÇà ½ÃÅ°°í GlueContext¿¡¼ String°´Ã¼¸¦ ReturnÇÑ´Ù. |
String |
doGlueServiceGetStringByName(String serviceName)
Glue Service¸¦ ½ÇÇà ½ÃÅ°°í GlueContext¿¡¼ String°´Ã¼¸¦ ReturnÇÑ´Ù. |
Method Detail |
---|
String doGlueServiceGetStringByName(String serviceName) throws Exception
serviceName
- ½ÇÇà½ÃÅ°´Â Service¸í
Exception
List<?> doGlueServiceGetListByName(String serviceName) throws Exception
serviceName
- ½ÇÇà½ÃÅ°´Â Service¸í
Exception
HashMap<?,?> doGlueServiceGetMapByName(String serviceName) throws Exception
serviceName
- ½ÇÇà½ÃÅ°´Â Service¸í
Exception
String doGlueServiceGetString(HashMap<String,Object> glueMap) throws Exception
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â Map
Exception
List<?> doGlueServiceGetList(HashMap<String,Object> glueMap) throws Exception
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â Map
Exception
HashMap<?,?> doGlueServiceGetMap(HashMap<String,Object> glueMap) throws Exception
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â Map
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |