org.objectweb.jonas_lib.genclientstub
Class ClientStubGen

java.lang.Object
  extended by org.objectweb.jonas_lib.genclientstub.ClientStubGen

public class ClientStubGen
extends java.lang.Object

Main class of the client stub generator Class. Some code come from WsGen classes (Guillaume Sauthier)

Author:
Florent Benoit

Constructor Summary
ClientStubGen()
          Private Constructor for Utility class.
 
Method Summary
 java.lang.String execute(java.lang.String[] args)
          Method used by main method and by external class to retrieve the name of the modified or created file by ClientStubGen
 boolean isInputModified()
           
static void main(java.lang.String[] args)
          Main method.
static void usage()
          Display the usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientStubGen

public ClientStubGen()
Private Constructor for Utility class.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method.

Parameters:
args - Commend line args
Throws:
java.lang.Exception - When the execute method fails

execute

public java.lang.String execute(java.lang.String[] args)
                         throws java.lang.Exception
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
Returns:
the name of the modified or built
Throws:
java.lang.Exception - When a failure occurs

usage

public static void usage()
Display the usage


isInputModified

public boolean isInputModified()
Returns:
the inputModified flag