it.imolinfo.jbi4corba.utils
Class HelperIDLJUtil
java.lang.Object
it.imolinfo.jbi4corba.utils.HelperIDLJUtil
public class HelperIDLJUtil
- extends Object
An utility for generation of java from IDL
- Author:
- Luca Acquaviva
Method Summary |
static void |
idlj(String targetdir,
String includedir,
String idlFilename)
idlj generates Java bindings from a given IDL file. |
static void |
idljPoaTie(String targetdir,
String includedir,
String idlFilename)
idlj generates Java bindings from a given IDL file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelperIDLJUtil
public HelperIDLJUtil()
idlj
public static void idlj(String targetdir,
String includedir,
String idlFilename)
- idlj generates Java bindings from a given IDL file.
Syntax: idlj [ options ] idl-file
options:
-fall generate both client and server-side bindings.
-td emit files to a directory other than the current directory
-i include directory
- Parameters:
targetdir
- The directory where the java files will be placed.includedir
- The directory to find include files.idlFilename
- The IDL file to compile.- See Also:
http://java.sun.com/j2se/1.5.0/docs/guide/rmi-iiop/toJavaPortableUG.html
idljPoaTie
public static void idljPoaTie(String targetdir,
String includedir,
String idlFilename)
- idlj generates Java bindings from a given IDL file.
Syntax: idlj [ options ] idl-file
options:
-fallTIE generate both client and server-side bindings and xxxPOATie class.
-td emit files to a directory other than the current directory
-i include directory
- Parameters:
targetdir
- The directory where the java files will be placed.includedir
- The directory to find include files.idlFilename
- The IDL file to compile.- See Also:
http://java.sun.com/j2se/1.5.0/docs/guide/rmi-iiop/toJavaPortableUG.html
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.