Uses of Class
org.apache.camel.impl.DefaultPollingEndpoint

Packages that use DefaultPollingEndpoint
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of DefaultPollingEndpoint in org.apache.camel.component.bean
 

Subclasses of DefaultPollingEndpoint in org.apache.camel.component.bean
 class BeanEndpoint
          Endpoint for the bean component.
 

Uses of DefaultPollingEndpoint in org.apache.camel.component.log
 

Subclasses of DefaultPollingEndpoint in org.apache.camel.component.log
 class LogEndpoint
          Log endpoint.
 

Uses of DefaultPollingEndpoint in org.apache.camel.impl
 

Subclasses of DefaultPollingEndpoint in org.apache.camel.impl
 class ProcessorEndpoint
          An endpoint which allows exchanges to be sent into it which just invokes a given Processor.
 



Apache CAMEL