Package 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

See:
          Description

Interface Summary
MethodInvocation  
ParameterMappingStrategy A strategy for creating a default parameter expression for a given type
 

Class Summary
BeanComponent An alternative to the POJO Component which implements the Bean Component which will look up the URI in the Spring ApplicationContext and use that to handle message dispatching.
BeanExchange  
BeanInfo Represents the metadata about a bean type created via a combination of introspection and annotations together with some useful sensible defaults
BeanInvocation  
BeanProcessor A Processor which converts the inbound exchange to a method invocation on a POJO
CamelInvocationHandler An InvocationHandler which invokes a message exchange on a camel Endpoint
DefaultParameterMappingStrategy Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
MethodInfo  
ParameterInfo  
ProxyHelper A helper class for creating proxies which delegate to Camel
 

Exception Summary
AmbiguousMethodCallException An exception thrown if an attempted method invocation resulted in an ambiguous method such that multiple methods match the inbound message exchange
NoBeanAvailableException  
 

Package org.apache.camel.component.bean Description

The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO



Copyright © 2007 Apache Software Foundation. All Rights Reserved.