| Interface | Description |
|---|---|
| FactoryClassCreator | |
| MarshallerAwareXMLWriter | |
| MarshallerEventHandler | |
| UnmarshallerAwareXMLReader | |
| UnmarshallerEventHandler | |
| WrapperHelperCreator |
| Class | Description |
|---|---|
| DatatypeFactory |
Utility class to construct javax.xml.datatype.Duration objects.
|
| FactoryClassGenerator | |
| FactoryClassLoader |
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 FactoryClassLoader(bus), FactoryClassCreator.class);
|
| FactoryClassProxyService | |
| JAXBDataBase | |
| JAXBDataBinding | |
| JAXBEncoderDecoder |
Utility functions for JAXB.
|
| JAXBWrapperHelper | |
| WrapperHelperClassGenerator | |
| WrapperHelperClassLoader |
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 WrapperHelperClassLoader(bus), WrapperHelperCreator.class);
|
| WrapperHelperProxyService |
Apache CXF