Completed learning objectives
If you have completed all of the exercises, you should now be able to
- Use the J2C Java Bean wizard to create a J2C Java bean that runs an IMS transaction.
- Create a message buffer class, CCIBuffer.java , and edit this class using doclet annotations.
- Create a method for the J2C Java bean to run the IMS transaction and provide input and output data types for the method.
- Create Java data bindings for the segments of the output message.
- Create a test Java class, TestMultiSeg.java, to test the J2C Java bean.