public class LoggingBusLifecycleListener extends Object implements org.apache.cxf.buslifecycle.BusLifeCycleListener
| Constructor and Description |
|---|
LoggingBusLifecycleListener(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
void |
initComplete() |
void |
postShutdown() |
void |
preShutdown() |
public LoggingBusLifecycleListener(org.apache.cxf.Bus b)
public void initComplete()
initComplete in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerpublic void preShutdown()
preShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerpublic void postShutdown()
postShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerApache CXF