org.apache.camel.spring.util
Interface MethodInvocationStrategy

All Known Implementing Classes:
DefaultMethodInvocationStrategy

public interface MethodInvocationStrategy

A strategy for invoking a method on a pojo from a message exchange

Version:
$Revision: $

Method Summary
 org.apache.camel.Expression getDefaultParameterTypeExpression(Class parameterType)
          Creates an invocation on the given POJO using annotations to decide which method to invoke and to figure out which parameters to use
 

Method Detail

getDefaultParameterTypeExpression

org.apache.camel.Expression getDefaultParameterTypeExpression(Class parameterType)
Creates an invocation on the given POJO using annotations to decide which method to invoke and to figure out which parameters to use



Copyright © 2007 Apache Software Foundation. All Rights Reserved.