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 Details

    • CxfLoggingConfiguration

      public CxfLoggingConfiguration()
  • Method Details

    • busConfiguration

      @Bean public org.apache.cxf.Bus busConfiguration()
      Configures the Apache CXF bus to use logging interceptors.
      Returns:
      the Apache CXF bus.