Uses of Class
org.apache.camel.component.event.EventEndpoint

Packages that use EventEndpoint
org.apache.camel.component.event An Event Endpoint for working with Spring ApplicationEvents 
org.apache.camel.spring The classes for working with Camel and Spring along with the primary factory beans. 
 

Uses of EventEndpoint in org.apache.camel.component.event
 

Methods in org.apache.camel.component.event that return EventEndpoint
protected  EventEndpoint EventComponent.createEndpoint(String uri, String remaining, Map<String,Object> parameters)
           
 EventEndpoint CamelEvent.getSource()
           
 

Constructors in org.apache.camel.component.event with parameters of type EventEndpoint
CamelEvent(EventEndpoint source, org.apache.camel.Exchange exchange)
           
EventConsumer(EventEndpoint endpoint, org.apache.camel.Processor processor)
           
 

Uses of EventEndpoint in org.apache.camel.spring
 

Methods in org.apache.camel.spring that return EventEndpoint
protected  EventEndpoint SpringCamelContext.createEventEndpoint()
           
 EventEndpoint SpringCamelContext.getEventEndpoint()
           
 

Methods in org.apache.camel.spring with parameters of type EventEndpoint
 void SpringCamelContext.setEventEndpoint(EventEndpoint eventEndpoint)
           
 



Apache CAMEL