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

Packages that use ProcessorEndpoint
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. 
 

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

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

Methods in org.apache.camel.component.bean that return ProcessorEndpoint
 ProcessorEndpoint BeanComponent.createEndpoint(Object bean)
          A helper method to create a new endpoint from a bean with a generated URI
 ProcessorEndpoint BeanComponent.createEndpoint(Object bean, String uri)
          A helper method to create a new endpoint from a bean with a given URI
 

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

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



Apache CAMEL