Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Concept: JAXB Support in Studio

Concept: JAXB Support in Studio

JAXB is a binding framework that enables you to convert data between XML and Java formats.

JAXB Projects

In Studio, you can convert XML schema files into Java classes by creating a JAXB project. Once you create a JAXB project, you can implement its Java classes in an integration by adding it as a dependency in an assembly project.

JAXB Mediation Steps

In your assembly projects, you can invoke JAXB on the
Properties
view of these mediation steps:
  • java-to-xml
  • xml-to-java