org.objectweb.jonas_ws.wsgen.wrapper.WsGenWrapper Class Reference

List of all members.

Public Member Functions

 WsGenWrapper ()
String callWsGenExecute (String fileName) throws Exception
boolean callWsGenIsInputModifed () throws Exception

Detailed Description

WSGen wrapper Used to launch WsGen in DeployFile of JSR 88
Author:
Florent Benoit

Definition at line 37 of file WsGenWrapper.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ws.wsgen.wrapper.WsGenWrapper.WsGenWrapper  ) 
 

Empty constructor.

Definition at line 67 of file WsGenWrapper.java.


Member Function Documentation

String org.objectweb.jonas_ws.wsgen.wrapper.WsGenWrapper.callWsGenExecute String  fileName  )  throws Exception
 

Wrapper around WsGen.execute(String[]) method

Parameters:
fileName name of the file
Returns:
name of the modified/built file
Exceptions:
Exception If WsGen fails or if Reflection errors occurs

Definition at line 76 of file WsGenWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Referenced by org.objectweb.jonas.server.J2EEServerMBean.deployFile().

Here is the call graph for this function:

boolean org.objectweb.jonas_ws.wsgen.wrapper.WsGenWrapper.callWsGenIsInputModifed  )  throws Exception
 

Wrapper around WsGen.isModified() method

Returns:
true/false
Exceptions:
Exception If WsGen fails or if Reflection errors occurs

Definition at line 121 of file WsGenWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getInstance(), and org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Referenced by org.objectweb.jonas.server.J2EEServerMBean.deployFile().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:14:00 2005 for JOnAS by  doxygen 1.3.9.1