| Interface | Description |
|---|---|
| MethodInvocationStrategy | |
| ResolverUtil.Test |
A simple interface that specifies how to test classes to determine if they
are to be included in the results produced by the ResolverUtil.
|
| Class | Description |
|---|---|
| BeanInfo |
Represents the metadata about a bean type created via a combination of
introspection and annotations together with some useful sensible defaults
|
| BeanSupport |
A useful base class for servicemix-bean POJOs
|
| DefaultMethodInvocationStrategy |
Represents the strategy used to figure out how to map a JBI message exchange to a POJO method invocation
|
| DestinationImpl | |
| ExchangeTarget |
An ExchangeTarget may be used to specify the target of an exchange,
while retaining all the JBI features (interface based routing, service
name based routing or endpoint routing).
|
| Holder | |
| MethodInfo | |
| ReflectionUtils | |
| Request | |
| ResolverUtil<T> |
ResolverUtil is used to locate classes that are available in the/a class path and meet
arbitrary conditions.
|
| ResolverUtil.AnnotatedWith |
A Test that checks to see if each class is annotated with a specific annotation.
|
| ResolverUtil.IsA |
A Test that checks to see if each class is assignable to the provided class.
|
| TransformBeanSupport |
A useful base class for a transform component.
|
Copyright © 2005-2015 FuseSource. All Rights Reserved.