Package org.apache.cxf.ext.logging
Class LoggingBusLifecycleListener
- java.lang.Object
-
- org.apache.cxf.ext.logging.LoggingBusLifecycleListener
-
- All Implemented Interfaces:
BusLifeCycleListener
public class LoggingBusLifecycleListener extends Object implements BusLifeCycleListener
Add LoggingFeature based on system properties
-
-
Constructor Summary
Constructors Constructor Description LoggingBusLifecycleListener(Bus b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitComplete()Invoked when theBushas been initialized.voidpostShutdown()Invoked after theBusis shutdown.voidpreShutdown()Invoked before theBusis shutdown.
-
-
-
Constructor Detail
-
LoggingBusLifecycleListener
public LoggingBusLifecycleListener(Bus b)
-
-
Method Detail
-
initComplete
public void initComplete()
Invoked when theBushas been initialized.- Specified by:
initCompletein interfaceBusLifeCycleListener
-
preShutdown
public void preShutdown()
Invoked before theBusis shutdown.- Specified by:
preShutdownin interfaceBusLifeCycleListener
-
postShutdown
public void postShutdown()
Invoked after theBusis shutdown.- Specified by:
postShutdownin interfaceBusLifeCycleListener
-
-