
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¸íExceptionList<?> doGlueServiceGetListByName(String serviceName) throws Exception
serviceName - ½ÇÇà½ÃŰ´Â Service¸íExceptionHashMap<?,?> doGlueServiceGetMapByName(String serviceName) throws Exception
serviceName - ½ÇÇà½ÃŰ´Â Service¸íExceptionString doGlueServiceGetString(HashMap<String,Object> glueMap) throws Exception
glueMap - GlueContext¸¦ ±¸¼ºÇÏ´Â MapExceptionList<?> doGlueServiceGetList(HashMap<String,Object> glueMap) throws Exception
glueMap - GlueContext¸¦ ±¸¼ºÇÏ´Â MapExceptionHashMap<?,?> doGlueServiceGetMap(HashMap<String,Object> glueMap) throws Exception
glueMap - GlueContext¸¦ ±¸¼ºÇÏ´Â MapExceptionCopyright © 2013–2016 POSCO ICT. All rights reserved.