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 
 

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

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
protected  ProcessorEndpoint BeanComponent.createEndpoint(String uri, BeanProcessor processor)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.