|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInvocationStrategy | |
|---|---|
| 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 MethodInvocationStrategy in org.apache.servicemix.bean |
|---|
| Methods in org.apache.servicemix.bean that return MethodInvocationStrategy | |
|---|---|
protected MethodInvocationStrategy |
BeanEndpoint.createMethodInvocationStrategy()
|
MethodInvocationStrategy |
BeanEndpoint.getMethodInvocationStrategy()
|
| Methods in org.apache.servicemix.bean with parameters of type MethodInvocationStrategy | |
|---|---|
void |
BeanEndpoint.setMethodInvocationStrategy(MethodInvocationStrategy methodInvocationStrategy)
Set a custom invocation strategy to define how the bean is being invoked. |
| Uses of MethodInvocationStrategy in org.apache.servicemix.bean.support |
|---|
| Classes in org.apache.servicemix.bean.support that implement MethodInvocationStrategy | |
|---|---|
class |
DefaultMethodInvocationStrategy
Represents the strategy used to figure out how to map a JBI message exchange to a POJO method invocation |
| Constructors in org.apache.servicemix.bean.support with parameters of type MethodInvocationStrategy | |
|---|---|
BeanInfo(java.lang.Class type,
MethodInvocationStrategy strategy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||