Class CxfLoggingConfiguration
- java.lang.Object
-
- org.hawaiiframework.logging.config.CxfLoggingConfiguration
-
@ConditionalOnClass(name="org.apache.cxf.Bus") @ConditionalOnProperty(prefix="hawaii.logging.soap", name="enabled", matchIfMissing=true) @Configuration public class CxfLoggingConfiguration extends Object
Configures the Apache CXF bus to use logging interceptors.
-
-
Constructor Summary
Constructors Constructor Description CxfLoggingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.Bus
busConfiguration()
Configures the Apache CXF bus to use logging interceptors.
-