|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.poscoict.glueframework.jaxws.GlueJaxWebServiceImpl
public class GlueJaxWebServiceImpl
GlueJaxWebService jax-ws기반에서 웹 서비스 기능을 제공하기 위한 GlueJaxWebService의 구현체. 파라미터나 리턴 객체가 Map이나 List인 경우 map이나 list Type의 객체 혹은 interface나 abstract Class가 담길 경우 JAXB Databinding 에서 Error가 발생하므로 맵핑 객체에 주의해야 한다.
Constructor Summary | |
---|---|
GlueJaxWebServiceImpl()
|
Method Summary | |
---|---|
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한다. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlueJaxWebServiceImpl()
Method Detail |
---|
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를 구성하는 Map
Exception
public List<?> doGlueServiceGetList(HashMap<String,Object> glueMap) throws Exception
GlueJaxWebService
doGlueServiceGetList
in interface GlueJaxWebService
glueMap
- GlueContext를 구성하는 Map
Exception
public HashMap<?,?> doGlueServiceGetMap(HashMap<String,Object> glueMap) throws Exception
GlueJaxWebService
doGlueServiceGetMap
in interface GlueJaxWebService
glueMap
- GlueContext를 구성하는 Map
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |