Package org.apache.cxf.ext.logging
Class LoggingBusLifecycleListener
java.lang.Object
org.apache.cxf.ext.logging.LoggingBusLifecycleListener
- All Implemented Interfaces:
BusLifeCycleListener
Add LoggingFeature based on system properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when theBushas been initialized.voidInvoked after theBusis shutdown.voidInvoked before theBusis shutdown.
-
Constructor Details
-
LoggingBusLifecycleListener
-
-
Method Details
-
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
-