Interface | Description |
---|---|
WrapperClassCreator |
Class | Description |
---|---|
ProviderImpl | |
WrapperClassCreatorProxyService | |
WrapperClassLoader |
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 GeneratedWrapperClassLoader(bus), WrapperClassCreator.class);
|
Apache CXF