Class COM.ibm.jaws.tools.emit.RunStubEmitter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.tools.emit.RunStubEmitter

java.lang.Object
   |
   +----COM.ibm.jaws.tools.emit.RunStubEmitter

public class RunStubEmitter
extends Object
This class runs the BaseToInterface main method.

Constructor Index

 o RunStubEmitter()

Method Index

 o main(String[])
Takes one required argument, the class name of the base class.

Constructors

 o RunStubEmitter
  public RunStubEmitter()

Methods

 o main
  public static void main(String args[])
Takes one required argument, the class name of the base class. And one optional argument, the target package.
Parameters:
args - Array of command line arguments.

All Packages  Class Hierarchy  This Package  Previous  Next  Index