JavaWrapper in callLink element
The linkage options part, callLink element, property javaWrapper indicates whether to allow generation of Java wrapper classes that can invoke the program being generated.
Valid values are as follows:
- No (the default)
- Do not allow generation of Java wrapper classes.
- Yes
- Allow that generation to occur. The generation occurs only if the build descriptor option enableJavaWrapperGen is set to yes or only.
Your choice for javaWrapper property has an effect only when you are setting up a remote call, as occurs when the value of the callLink property type is remoteCall. In contrast, if you are setting up a call to the program by way of an EJB, the value of javaWrapper is always yes; and if you are setting up a local call, the value of javaWrapper is always no.
If you are generating in the workbench or from the workbench batch interface, the build descriptor option genProject identifies the project that receives the classes. If genProject is not specified (or if you are generating in the EGL SDK), the wrapper classes are placed in the directory specified by the build descriptor option genDirectory.
Related concepts
Linkage options part
Related reference
callLink element
genDirectory
genProject