Package org.apache.cxf.transport.sse
Class SseProvidersExtension
- java.lang.Object
-
- org.apache.cxf.transport.sse.SseProvidersExtension
-
- All Implemented Interfaces:
BusCreationListener
public class SseProvidersExtension extends Object implements BusCreationListener
-
-
Constructor Summary
Constructors Constructor Description SseProvidersExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbusCreated(Bus bus)Invoked to create a BusLifeCycleListener.
-
-
-
Method Detail
-
busCreated
public void busCreated(Bus bus)
Description copied from interface:BusCreationListenerInvoked to create a BusLifeCycleListener.- Specified by:
busCreatedin interfaceBusCreationListener
-
-