Back to CORBABC.Idl 2 Wsdl, or CORBABC.Idl 2 Wsdl Info
| At line 9 changed 2 lines. |
| This component is based on this simple pseudo equation: |
| idl2java + java2wsdl = idl2wsdl. |
| This component is based on this simple pseudo equation: idj2java + java2wsdl = idl2wsdl. This generation is used for both the WSDL generation (used to configure Jb4Corba endpoints) and for the runtime behaviour for both the provider and the consumer from IDL . |
| At line 41 changed 2 lines. |
| At the end, if the IDL is correct, in the <targetdir> there are the java |
| source files just generated. |
| At the end, if the IDL is correct, in the ''targetdir'' there are the java source files just generated. In the consumer from IDL case, idlj is used with the __-fallTIE__ parameter to create the poaTie class. |
| At line 62 changed 1 line. |
| We generate 2 classes: the class of the value type and the factory. |
| We generate 2 classes: the class of the value type |
| At line 70 added 2 lines. |
| ... and the Factory |
| At line 97 changed 1 line. |
| !! 3. javac |
| !! 3. Compiling |
| At line 99 changed 1 line. |
| Compiling the java source code generated. |
| Compiling the java source code generated using javac. |
| At line 101 changed 1 line. |
| !! 4. bytecode manipulation |
| !! 4. Bytecode manipulation |