Class ExceptionClassLoader

  • All Implemented Interfaces:
    ExceptionClassCreator

    public class ExceptionClassLoader
    extends org.apache.cxf.common.spi.GeneratedClassClassLoader
    implements ExceptionClassCreator
    If class has been generated during build time (use @see org.apache.cxf.common.spi.GeneratedClassClassLoaderCapture capture to save bytes) you can set class loader to avoid class generation during runtime: bus.setExtension(new ExceptionClassLoader(bus), ExceptionClassCreator.class);
    Author:
    olivier dufour