WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Creating JAXB Java object classes by using the JAXB 2.0 schema compiler
Create Java™ Architecture for XML Binding (JAXB) Java object classes by using the JAXB 2.0 schema compiler from a command window.
Before you start:
- You must create a message model schema file; see Constructing message models.
- You might need to add the bin folder of the IBM® Java SDK to your system path. The bin folder of the IBM Java SDK that is included with the WebSphere Message Broker Toolkit at RootInstallationDirectory\WMBT800\jdk\bin.
To generate JAXB Java object classes from your message model schema files by using a WebSphere Message Broker command window, complete the following steps:
Your JAXB Java object
classes are visible in the Broker
Development view,
under the src folder of your Java project.
Next:
- For information about how to process message body data by using your JAXB Java object classes, see Processing message body data by using JAXB Java object classes.