org.apache.camel.component.eventadmin
Class EventAdminProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.eventadmin.EventAdminProducer
- All Implemented Interfaces:
- IsSingleton, Processor, Producer, Service, ShutdownableService
public class EventAdminProducer
- extends DefaultProducer
EventAdmin producer
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
EventAdminProducer
public EventAdminProducer(EventAdminEndpoint endpoint)
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultProducer
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultProducer
- Throws:
Exception
process
public void process(Exchange exchange)
throws Exception
- Throws:
Exception
getTopic
protected String getTopic(Exchange exchange)
getEvent
protected org.osgi.service.event.Event getEvent(Exchange exchange)
getProperties
protected Dictionary getProperties(Exchange exchange)
Apache CAMEL