| |
|
| java.lang.Object org.objectweb.jonas_ws.wsgen.wrapper.WsGenWrapper
WsGenWrapper | public class WsGenWrapper (Code) | | WSGen wrapper Used to launch WsGen in DeployFile of JSR 88
author: Florent Benoit |
Constructor Summary | |
public | WsGenWrapper() Empty constructor. |
WsGenWrapper | public WsGenWrapper()(Code) | | Empty constructor.
|
callWsGenExecute | public String callWsGenExecute(String fileName) throws Exception(Code) | | Wrapper around WsGen.execute(String[]) method
Parameters: fileName - name of the file name of the modified/built file throws: Exception - If WsGen fails or if Reflection errors occurs |
callWsGenExecute | public String callWsGenExecute(String fileName, Boolean unpacked) throws Exception(Code) | | Wrapper around WsGen.execute(String[]) method
Parameters: fileName - name of the file Parameters: unpacked - true if the result must be packed in a directory (default = false) name of the modified/built file throws: Exception - If WsGen fails or if Reflection errors occurs |
callWsGenIsInputModifed | public boolean callWsGenIsInputModifed() throws Exception(Code) | | Wrapper around WsGen.isModified() method
true/false throws: Exception - If WsGen fails or if Reflection errors occurs |
|
|
|