javamaker
The javamaker generates the appropriate java file for each idl type. The javamaker 
  works on a typelibrary which is generated by the unoidl. It generates the output 
  for all specified types and for all types the specified types depends on.
javamaker [-options] file_1 ... file_n
Options:
 
   
    - -O<path> 
-  path describes the root 
      directory for the generated output. The output directory tree is generated 
      under this directory. 
-  -T<name> 
-  name specifies a type 
      or a list of types. The output for this [t1;...] type is generated. If no 
      '-T' option is specified, then output for all types is generated. 
-  -B<name> 
-  name specifies the base 
      node. All types are searched under this node. Default is the root '/' of 
      the registry files.
-  
  Legal Notices