|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanInfo | |
|---|---|
| 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 |
| Uses of BeanInfo in org.apache.servicemix.bean |
|---|
| Methods in org.apache.servicemix.bean that return BeanInfo | |
|---|---|
BeanInfo |
BeanEndpoint.getBeanInfo()
|
| Methods in org.apache.servicemix.bean with parameters of type BeanInfo | |
|---|---|
void |
BeanEndpoint.setBeanInfo(BeanInfo beanInfo)
|
| Uses of BeanInfo in org.apache.servicemix.bean.support |
|---|
| Methods in org.apache.servicemix.bean.support with parameters of type BeanInfo | |
|---|---|
org.aopalliance.intercept.MethodInvocation |
DefaultMethodInvocationStrategy.createInvocation(Object pojo,
BeanInfo beanInfo,
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 |
MethodInvocationStrategy.createInvocation(Object pojo,
BeanInfo beanInfo,
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||