Class ExceptionClassGenerator

java.lang.Object
org.apache.cxf.common.spi.ClassGeneratorClassLoader
org.apache.cxf.endpoint.dynamic.ExceptionClassGenerator
All Implemented Interfaces:
ExceptionClassCreator

public class ExceptionClassGenerator extends org.apache.cxf.common.spi.ClassGeneratorClassLoader implements ExceptionClassCreator
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.cxf.common.spi.ClassGeneratorClassLoader

    org.apache.cxf.common.spi.ClassGeneratorClassLoader.TypeHelperClassLoader
  • Field Summary

    Fields inherited from class org.apache.cxf.common.spi.ClassGeneratorClassLoader

    bus, CLASS_MAP, LOADER_MAP
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExceptionClassGenerator(org.apache.cxf.Bus bus)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.cxf.common.spi.ClassGeneratorClassLoader

    findClass, findClass, loadClass, loadClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExceptionClassGenerator

      public ExceptionClassGenerator(org.apache.cxf.Bus bus)
  • Method Details