Uses of Interface
org.apache.camel.spring.util.MethodInvocationStrategy

Packages that use MethodInvocationStrategy
org.apache.camel.spring   
org.apache.camel.spring.util   
 

Uses of MethodInvocationStrategy in org.apache.camel.spring
 

Methods in org.apache.camel.spring that return MethodInvocationStrategy
 MethodInvocationStrategy CamelBeanPostProcessor.getInvocationStrategy()
           
 

Methods in org.apache.camel.spring with parameters of type MethodInvocationStrategy
 void CamelBeanPostProcessor.setInvocationStrategy(MethodInvocationStrategy invocationStrategy)
           
 

Uses of MethodInvocationStrategy in org.apache.camel.spring.util
 

Classes in org.apache.camel.spring.util that implement MethodInvocationStrategy
 class DefaultMethodInvocationStrategy
          Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
 

Constructors in org.apache.camel.spring.util with parameters of type MethodInvocationStrategy
BeanInfo(Class type, MethodInvocationStrategy strategy)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.