Class JBossModulesAwareCompiler

java.lang.Object
org.apache.cxf.common.util.Compiler
org.jboss.wsf.stack.cxf.tools.JBossModulesAwareCompiler

public final class JBossModulesAwareCompiler extends Compiler
A CXF Compiler that installs a custom JavaFileManager to load JAXWS and JAXB apis from the proper JBoss module (the one providing the JAXWS SPI Provider) instead of from the JDK boot classpath. This implemenation addresses the needs of JDK-8 and earlier versions.