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.