|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.wrapper.WsGenWrapper
public class WsGenWrapper
WSGen wrapper Used to launch WsGen in DeployFile of JSR 88
Constructor Summary | |
---|---|
WsGenWrapper()
Empty constructor. |
Method Summary | |
---|---|
String |
callWsGenExecute(String fileName)
Wrapper around WsGen.execute(String[]) method |
String |
callWsGenExecute(String fileName,
Boolean unpacked)
Wrapper around WsGen.execute(String[]) method |
boolean |
callWsGenIsInputModifed()
Wrapper around WsGen.isModified() method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGenWrapper()
Method Detail |
---|
public String callWsGenExecute(String fileName) throws Exception
fileName
- name of the file
Exception
- If WsGen fails or if Reflection errors occurspublic String callWsGenExecute(String fileName, Boolean unpacked) throws Exception
fileName
- name of the fileunpacked
- true if the result must be packed in a directory (default = false)
Exception
- If WsGen fails or if Reflection errors occurspublic boolean callWsGenIsInputModifed() throws Exception
Exception
- If WsGen fails or if Reflection errors occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |