Uses of Interface
org.mule.umo.model.UMOEntryPoint

Packages that use UMOEntryPoint
org.mule.model UMOModel supporting configuration classes such as UMOEntryPointResolver. 
org.mule.tck.testmodels.mule   
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of UMOEntryPoint in org.mule.model
 

Classes in org.mule.model that implement UMOEntryPoint
 class CallableEntryPoint
          A simple Entrypoint for the callable interface
 class DynamicEntryPoint
          DynamicEntryPoint is used to detemine the entry point on a bean after an event has been received for it.
 

Methods in org.mule.model that return UMOEntryPoint
 UMOEntryPoint DynamicEntryPointResolver.resolveEntryPoint(UMODescriptor descriptor)
           
 UMOEntryPoint CallableEntryPointResolver.resolveEntryPoint(UMODescriptor componentDescriptor)
           
 

Uses of UMOEntryPoint in org.mule.tck.testmodels.mule
 

Methods in org.mule.tck.testmodels.mule that return UMOEntryPoint
 UMOEntryPoint TestEntryPointResolver.resolveEntryPoint(UMODescriptor componentDescriptor)
           
 

Uses of UMOEntryPoint in org.mule.umo.model
 

Methods in org.mule.umo.model that return UMOEntryPoint
 UMOEntryPoint UMOEntryPointResolver.resolveEntryPoint(UMODescriptor componentDescriptor)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.