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 Constructor Description LoggingBusLifecycleListener(org.apache.cxf.Bus b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitComplete()voidpostShutdown()voidpreShutdown()
-
-
-
Method Detail
-
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
-
-