Search in sources :

Example 1 with DefaultDynamicCompiler

use of io.fabric8.jaxb.dynamic.DefaultDynamicCompiler in project fabric8 by jboss-fuse.

the class CamelXjcTest method setUp.

public void setUp() throws Exception {
    // this would typically be done by dependency injection...
    dataFormat.setCompiler(new DefaultDynamicCompiler(XjcTest.getSchemaURL("xsds/report.xsd")));
    super.setUp();
}
Also used : DefaultDynamicCompiler(io.fabric8.jaxb.dynamic.DefaultDynamicCompiler)

Aggregations

DefaultDynamicCompiler (io.fabric8.jaxb.dynamic.DefaultDynamicCompiler)1