See information about the latest product version
Creating JAXB Java object classes
Java™ Architecture for XML Binding (JAXB) Java object classes provide a Java object representation of your message data, and can be used in JavaCompute nodes to build messaging solutions. JAXB support in WebSphere® Message Broker includes Java code completion for discovery of the object model, getter methods, and setter methods.
You can create JAXB Java object classes from your message model schema files by using the JAXB 2.0 schema compiler that is provided with WebSphere Message Broker.
If you want to use JAXB Java object classes that you generated by using a JAXB 2.0 schema compiler outside of WebSphere Message Broker, you must reference them from your application or Message Broker project before you can use them in a JavaCompute node; see Adding Java code dependencies.