| Package | Description |
|---|---|
| org.apache.servicemix.bean |
A component for using beans to process JBI message exchanges by using injection.
|
| org.apache.servicemix.bean.support |
Support classes for the PojoComponent
|
| Modifier and Type | Method and Description |
|---|---|
protected MethodInvocationStrategy |
BeanEndpoint.createMethodInvocationStrategy() |
MethodInvocationStrategy |
BeanEndpoint.getMethodInvocationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanEndpoint.setMethodInvocationStrategy(MethodInvocationStrategy methodInvocationStrategy)
Set a custom invocation strategy to define how the bean is being invoked.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMethodInvocationStrategy
Represents the strategy used to figure out how to map a JBI message exchange to a POJO method invocation
|
| Constructor and Description |
|---|
BeanInfo(java.lang.Class type,
MethodInvocationStrategy strategy) |
Copyright © 2005-2015 FuseSource. All Rights Reserved.