Package org.mule.model

Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers.

See:
          Description

Class Summary
DynamicEntryPoint DynamicEntryPoint is used to detemine the entry point on a bean after an event has been received for it.
DynamicEntryPointResolver DynamicEntryPointResolver is similar to the NonVoidEntryPointResolver except it also allows for void entry point s to be used.
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 methods that meet the criteria of the configured EntryPointResolver.
 

Package org.mule.model Description

Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers.



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.