See: Description
| Interface | Description |
|---|---|
| Destination |
| Class | Description |
|---|---|
| BeanComponent |
A JBI component for binding beans to the JBI bus which work directly off of the JBI messages
without requiring any SOAP Processing.
|
| BeanEndpoint |
Represents a bean endpoint which consists of a together with a
MethodInvocationStrategy
so that JBI message exchanges can be invoked on the bean. |
| EndpointFinder |
Used to find POJOs on the classpath to be auto-exposed as endpoints
|
| Exception | Description |
|---|---|
| MethodInvocationFailedException | |
| NoSuchBeanException |
An exception thrown if an endpoint is created with an unknown bean name
|
| UnknownMessageExchangeTypeException |
An exception thrown if an unknown message exchange is used with a @{link BeanEndpoint}
|
| Annotation Type | Description |
|---|---|
| Callback | |
| Content |
Binds a method parameter to the payload of a message exchange
|
| Correlation | |
| Endpoint | |
| ExchangeTarget | |
| Operation | |
| Property |
Binds a method parameter to an XPath expression on the inbound message
|
| XPath |
Binds a method parameter to an XPath expression on the inbound message
|
Copyright © 2005-2015 FuseSource. All Rights Reserved.