Package org.apache.cxf.ext.logging
Class LoggingBusLifecycleListener
java.lang.Object
org.apache.cxf.ext.logging.LoggingBusLifecycleListener
- All Implemented Interfaces:
org.apache.cxf.buslifecycle.BusLifeCycleListener
public class LoggingBusLifecycleListener
extends Object
implements org.apache.cxf.buslifecycle.BusLifeCycleListener
Add LoggingFeature based on system properties
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoggingBusLifecycleListener
public LoggingBusLifecycleListener(org.apache.cxf.Bus b)
-
-
Method Details
-
initComplete
public void initComplete()- Specified by:
initCompletein interfaceorg.apache.cxf.buslifecycle.BusLifeCycleListener
-
preShutdown
public void preShutdown()- Specified by:
preShutdownin interfaceorg.apache.cxf.buslifecycle.BusLifeCycleListener
-
postShutdown
public void postShutdown()- Specified by:
postShutdownin interfaceorg.apache.cxf.buslifecycle.BusLifeCycleListener
-