Uses of Class
org.apache.servicemix.bean.support.BeanInfo

Packages that use BeanInfo
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 BeanInfo in org.apache.servicemix.bean
 

Methods in org.apache.servicemix.bean that return BeanInfo
 BeanInfo BeanEndpoint.getBeanInfo()
           
 

Methods in org.apache.servicemix.bean with parameters of type BeanInfo
 void BeanEndpoint.setBeanInfo(BeanInfo beanInfo)
          Set a custom bean info object to define the bean to be used for handling exchanges
 

Uses of BeanInfo in org.apache.servicemix.bean.support
 

Methods in org.apache.servicemix.bean.support with parameters of type BeanInfo
 org.aopalliance.intercept.MethodInvocation MethodInvocationStrategy.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.aopalliance.intercept.MethodInvocation DefaultMethodInvocationStrategy.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
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.