public class BeanAdapter extends Object
Constructor and Description |
---|
BeanAdapter(ContextName startup) |
Modifier and Type | Method and Description |
---|---|
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.
|
public BeanAdapter(ContextName startup)
public boolean isEmpty()
public void addConsumeMethod(Method method)
public void addProduceMethod(Method method)
public void addProduceField(Field field)
public void addEndpointField(Field field)
public void addEndpointMethod(Method method)
public void inject(CamelExtension camelExtension, Object reference, String beanName)
Apache Camel