org.apache.camel.cdi.internal
Class BeanAdapter

java.lang.Object
  extended by org.apache.camel.cdi.internal.BeanAdapter

public class BeanAdapter
extends Object

Contains the bean and the consume methods


Constructor Summary
BeanAdapter(ContextName startup)
           
 
Method Summary
 void addConsumeMethod(Method method)
           
 void addEndpointField(Field field)
           
 void addEndpointMethod(Method method)
           
 void addProduceField(Field field)
           
 void addProduceMethod(Method method)
           
 void inject(CamelExtension camelExtension, Object reference, String beanName)
          Perform injections
 boolean isEmpty()
          Returns true if this adapter is empty (i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanAdapter

public BeanAdapter(ContextName startup)
Method Detail

isEmpty

public boolean isEmpty()
Returns true if this adapter is empty (i.e. has no custom adapter code)


addConsumeMethod

public void addConsumeMethod(Method method)

addProduceMethod

public void addProduceMethod(Method method)

addProduceField

public void addProduceField(Field field)

addEndpointField

public void addEndpointField(Field field)

addEndpointMethod

public void addEndpointMethod(Method method)

inject

public void inject(CamelExtension camelExtension,
                   Object reference,
                   String beanName)
Perform injections



Apache Camel