idl2javaxml is an IDL compiler to language Java mapping & XML binding.
SYNOPSIS
idl2javaxml [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-p "m1=prefix1;..."
Specify a list of prefix (gives full qualified Java package names).
-t "m1=new.name1;..."
Specify a list of name translation (gives full qualified Java package names).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2javaxml parses the given input file (IDL) and generates the same files as idl2java and a classHelperXML.java file that contains XML marshal/demarshal methods. The XML binding follows the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
idl2javaxml is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2javaxml needs a cpp executable.
Product's homepage
Requirements:
· Perl