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.