public interface GlueJaxWebService
Modifier and Type | Method and Description |
---|---|
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ÇÑ´Ù.
|
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¸¦ ±¸¼ºÇÏ´Â MapException
List<?> doGlueServiceGetList(HashMap<String,Object> glueMap) throws Exception
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â MapException
HashMap<?,?> doGlueServiceGetMap(HashMap<String,Object> glueMap) throws Exception
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â MapException
Copyright © 2013–2016 POSCO ICT. All rights reserved.