| |
|
| java.lang.Object org.objectweb.jonas_lib.genclientstub.ClientStubGen
ClientStubGen | public class ClientStubGen (Code) | | Main class of the client stub generator Class. Some code come from WsGen
classes (Guillaume Sauthier)
author: Florent Benoit |
Constructor Summary | |
public | ClientStubGen() Private Constructor for Utility class. |
ClientStubGen | public ClientStubGen()(Code) | | Private Constructor for Utility class.
|
execute | public String execute(String[] args) throws Exception(Code) | | Method used by main method and by external class to retrieve the name of
the modified or created file by ClientStubGen
Parameters: args - command line arguments the name of the modified or built throws: Exception - When a failure occurs |
isInputModified | public boolean isInputModified()(Code) | | the inputModified flag |
main | public static void main(String[] args) throws Exception(Code) | | Main method.
Parameters: args - Commend line args throws: Exception - When the execute method fails |
usage | public static void usage()(Code) | | Display the usage
|
|
|
|