Uses of Interface
org.apache.camel.spi.EventFactory

Packages that use EventFactory
org.apache.camel.management Camel management 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of EventFactory in org.apache.camel.management
 

Classes in org.apache.camel.management that implement EventFactory
 class DefaultEventFactory
           
 

Methods in org.apache.camel.management that return EventFactory
 EventFactory DefaultManagementStrategy.getEventFactory()
           
 

Methods in org.apache.camel.management with parameters of type EventFactory
 void DefaultManagementStrategy.setEventFactory(EventFactory eventFactory)
           
 

Uses of EventFactory in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return EventFactory
 EventFactory ManagementStrategy.getEventFactory()
          Gets the event factory
 

Methods in org.apache.camel.spi with parameters of type EventFactory
 void ManagementStrategy.setEventFactory(EventFactory eventFactory)
          Sets the event factory to use
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.