Package | Description |
---|---|
org.apache.cxf.endpoint.dynamic |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionClassCreatorProxyService |
class |
ExceptionClassCreatorProxyService.GenerateJustInTime |
class |
ExceptionClassCreatorProxyService.LoadFirst |
class |
ExceptionClassGenerator |
class |
ExceptionClassLoader
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);
|
Constructor and Description |
---|
ExceptionClassCreatorProxyService(ExceptionClassCreator srv) |
Apache CXF