public class GlueJaxWebServiceImpl extends Object implements GlueJaxWebService
Constructor and Description |
---|
GlueJaxWebServiceImpl() |
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ÇÑ´Ù.
|
public String doGlueServiceGetStringByName(String serviceName) throws Exception
GlueJaxWebService
doGlueServiceGetStringByName
in interface GlueJaxWebService
serviceName
- ½ÇÇà½ÃÅ°´Â Service¸íException
public List<?> doGlueServiceGetListByName(String serviceName) throws Exception
GlueJaxWebService
doGlueServiceGetListByName
in interface GlueJaxWebService
serviceName
- ½ÇÇà½ÃÅ°´Â Service¸íException
public HashMap<?,?> doGlueServiceGetMapByName(String serviceName) throws Exception
GlueJaxWebService
doGlueServiceGetMapByName
in interface GlueJaxWebService
serviceName
- ½ÇÇà½ÃÅ°´Â Service¸íException
public String doGlueServiceGetString(HashMap<String,Object> glueMap) throws Exception
GlueJaxWebService
doGlueServiceGetString
in interface GlueJaxWebService
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â MapException
public List<?> doGlueServiceGetList(HashMap<String,Object> glueMap) throws Exception
GlueJaxWebService
doGlueServiceGetList
in interface GlueJaxWebService
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â MapException
public HashMap<?,?> doGlueServiceGetMap(HashMap<String,Object> glueMap) throws Exception
GlueJaxWebService
doGlueServiceGetMap
in interface GlueJaxWebService
glueMap
- GlueContext¸¦ ±¸¼ºÇÏ´Â MapException
Copyright © 2013–2020 POSCO ICT. All rights reserved.