Package | Description |
---|---|
org.apache.cxf.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionClassCreatorProxyService |
class |
ExtensionClassCreatorProxyService.GenerateJustInTime |
class |
ExtensionClassCreatorProxyService.LoadFirst |
class |
ExtensionClassGenerator |
class |
ExtensionClassLoader
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 ExtensionClassLoader(bus), ExtensionClassCreator.class);
|
Constructor and Description |
---|
ExtensionClassCreatorProxyService(ExtensionClassCreator srv) |
Apache CXF