public class OSGIBusListener extends Object implements org.apache.cxf.buslifecycle.BusLifeCycleListener
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_NAME_PROPERTY |
static String |
CONTEXT_SYMBOLIC_NAME_PROPERTY |
static String |
CONTEXT_VERSION_PROPERTY |
| Constructor and Description |
|---|
OSGIBusListener(org.apache.cxf.Bus b) |
OSGIBusListener(org.apache.cxf.Bus b,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
initComplete() |
void |
postShutdown() |
void |
preShutdown() |
public static final String CONTEXT_SYMBOLIC_NAME_PROPERTY
public static final String CONTEXT_VERSION_PROPERTY
public static final String CONTEXT_NAME_PROPERTY
public OSGIBusListener(org.apache.cxf.Bus b)
public OSGIBusListener(org.apache.cxf.Bus b,
Object[] args)
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