| 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 |
|---|---|
BeanInfo |
BeanEndpoint.getBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanEndpoint.setBeanInfo(BeanInfo beanInfo)
Set a custom bean info object to define the bean to be used for handling exchanges
|
| Modifier and Type | Method and Description |
|---|---|
org.aopalliance.intercept.MethodInvocation |
MethodInvocationStrategy.createInvocation(java.lang.Object pojo,
BeanInfo beanInfo,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint pojoEndpoint)
Creates an invocation on the given POJO using annotations to decide which method to invoke
and to figure out which parameters to use
|
org.aopalliance.intercept.MethodInvocation |
DefaultMethodInvocationStrategy.createInvocation(java.lang.Object pojo,
BeanInfo beanInfo,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint pojoEndpoint)
Creates an invocation on the given POJO using annotations to decide which method to invoke
and to figure out which parameters to use
|
Copyright © 2005-2015 FuseSource. All Rights Reserved.