Uses of Class
org.apache.servicemix.bean.BeanEndpoint

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

Methods in org.apache.servicemix.bean that return BeanEndpoint
protected  BeanEndpoint EndpointFinder.createBeanEndpoint(java.lang.Class serviceType)
           
 BeanEndpoint UnknownMessageExchangeTypeException.getEndpoint()
           
 BeanEndpoint NoSuchBeanException.getEndpoint()
           
 BeanEndpoint MethodInvocationFailedException.getEndpoint()
           
 BeanEndpoint[] BeanComponent.getEndpoints()
           
 

Methods in org.apache.servicemix.bean with parameters of type BeanEndpoint
 void BeanComponent.addEndpoint(BeanEndpoint endpoint)
          Adds a new component dynamically
 void BeanComponent.setEndpoints(BeanEndpoint[] endpoints)
           
 

Constructors in org.apache.servicemix.bean with parameters of type BeanEndpoint
MethodInvocationFailedException(java.lang.Object pojo, org.aopalliance.intercept.MethodInvocation invocation, javax.jbi.messaging.MessageExchange messageExchange, BeanEndpoint endpoint, java.lang.Throwable cause)
           
NoSuchBeanException(java.lang.String beanName, BeanEndpoint endpoint)
           
UnknownMessageExchangeTypeException(javax.jbi.messaging.MessageExchange messageExchange, BeanEndpoint endpoint)
           
 

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

Methods in org.apache.servicemix.bean.support with parameters of type BeanEndpoint
 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
 

Constructors in org.apache.servicemix.bean.support with parameters of type BeanEndpoint
DestinationImpl(java.lang.String uri, BeanEndpoint endpoint)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.