Uses of Interface
org.apache.servicemix.bean.support.MethodInvocationStrategy

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)
           
 

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(Class type, MethodInvocationStrategy strategy)
           
 



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