org.apache.servicemix.bean.support
Interface MethodInvocationStrategy

All Known Implementing Classes:
DefaultMethodInvocationStrategy

public interface MethodInvocationStrategy

Version:
$Revision: $

Method Summary
 org.aopalliance.intercept.MethodInvocation 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
 Expression getDefaultParameterTypeExpression(Class parameterType)
           
 

Method Detail

createInvocation

org.aopalliance.intercept.MethodInvocation createInvocation(Object pojo,
                                                            BeanInfo beanInfo,
                                                            MessageExchange messageExchange,
                                                            BeanEndpoint pojoEndpoint)
                                                            throws MessagingException
Creates an invocation on the given POJO using annotations to decide which method to invoke and to figure out which parameters to use

Throws:
MessagingException

getDefaultParameterTypeExpression

Expression getDefaultParameterTypeExpression(Class parameterType)


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.