|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| CallableEntryPoint | A simple Entrypoint for the callable interface |
| CallableEntryPointResolver | An entrypoint resolver that only allows Service objects that implmement the Callable interface |
| DynamicEntryPoint | DynamicEntryPoint is used to detemine the entry point on a bean
after an event has been received for it. |
| DynamicEntryPointResolver | DynamicEntryPointResolver
Checks to see if the component implements the Callable lifecycle interface,
then the onCall(UMOEventContext) method will be used to receive the event. |
| EntryPoint | EntryPoint is a method on a Mule-managed component that is invoked
when an event for the component is received. |
| Exception Summary | |
| NoSatisfiableMethodsException | NoSatisfiableMethodsException is thrown by EntryPointResolvers when
the component passed has no methods that meet the criteria of the configured
EntryPointResolver. |
| TooManySatisfiableMethodsException | TooManySatisfiableMethodsException is thrown by EntryPointResolvers
when the component passed has more than one method that meets the criteria of the
configured EntryPointResolver. |
UMOModel supporting configuration classes such as UMOEntryPointResolver.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||