| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
protected BeanEndpoint |
EndpointFinder.createBeanEndpoint(java.lang.Class serviceType) |
BeanEndpoint |
NoSuchBeanException.getEndpoint() |
BeanEndpoint |
MethodInvocationFailedException.getEndpoint() |
BeanEndpoint |
UnknownMessageExchangeTypeException.getEndpoint() |
BeanEndpoint[] |
BeanComponent.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanComponent.addEndpoint(BeanEndpoint endpoint)
Adds a new component dynamically
|
void |
BeanComponent.setEndpoints(BeanEndpoint[] endpoints) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
DestinationImpl(java.lang.String uri,
BeanEndpoint endpoint) |
Copyright © 2005-2015 FuseSource. All Rights Reserved.