Interface | Description |
---|---|
ExceptionClassCreator |
Class | Description |
---|---|
DynamicClientFactory |
This class reads a WSDL and creates a dynamic client from it.
|
DynamicClientFactory.LocationFilterReader | |
ExceptionClassCreatorProxyService | |
ExceptionClassGenerator | |
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);
|
TypeClassInitializer |
Apache CXF