public interface MethodInvocationStrategy
| Modifier and Type | Method and Description |
|---|---|
org.aopalliance.intercept.MethodInvocation |
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.apache.servicemix.expression.Expression |
getDefaultParameterTypeExpression(java.lang.Class parameterType) |
org.aopalliance.intercept.MethodInvocation createInvocation(java.lang.Object pojo,
BeanInfo beanInfo,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint pojoEndpoint)
throws javax.jbi.messaging.MessagingException
javax.jbi.messaging.MessagingExceptionorg.apache.servicemix.expression.Expression getDefaultParameterTypeExpression(java.lang.Class parameterType)
Copyright © 2005-2015 FuseSource. All Rights Reserved.