Uses of Interface
org.mule.umo.UMOEventContext

Packages that use UMOEventContext
org.mule.components.builder   
org.mule.components.rest   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.impl.model.seda.optimised   
org.mule.model UMOModel supporting configuration classes such as UMOEntryPointResolver. 
org.mule.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformers.simple Basic transformer implementations. 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of UMOEventContext in org.mule.components.builder
 

Methods in org.mule.components.builder with parameters of type UMOEventContext
 Object AbstractMessageBuilder.onCall(UMOEventContext eventContext)
           
 

Uses of UMOEventContext in org.mule.components.rest
 

Methods in org.mule.components.rest with parameters of type UMOEventContext
 Object RestServiceWrapper.onCall(UMOEventContext eventContext)
           
 

Uses of UMOEventContext in org.mule.components.simple
 

Methods in org.mule.components.simple with parameters of type UMOEventContext
 Object BridgeComponent.onCall(UMOEventContext context)
           
 Object EchoComponent.onCall(UMOEventContext context)
           
 Object LogComponent.onCall(UMOEventContext context)
           
 Object StaticComponent.onCall(UMOEventContext eventContext)
           
 Object PassThroughComponent.onCall(UMOEventContext context)
           
 Object NullComponent.onCall(UMOEventContext context)
          Deprecated.  
 

Uses of UMOEventContext in org.mule.impl
 

Classes in org.mule.impl that implement UMOEventContext
 class MuleEventContext
          MuleEventContext is the context object for the current request.
 

Methods in org.mule.impl that return UMOEventContext
static UMOEventContext RequestContext.getEventContext()
           
 

Uses of UMOEventContext in org.mule.impl.internal.admin
 

Methods in org.mule.impl.internal.admin with parameters of type UMOEventContext
 Object MuleManagerComponent.onCall(UMOEventContext context)
           
protected  Object MuleManagerComponent.invokeAction(AdminNotification action, UMOEventContext context)
           
protected  Object MuleManagerComponent.sendAction(AdminNotification action, UMOEventContext context)
           
protected  Object MuleManagerComponent.receiveAction(AdminNotification action, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.impl.model.seda.optimised
 

Methods in org.mule.impl.model.seda.optimised with parameters of type UMOEventContext
protected  UMOMessage OptimisedMuleProxy.invokeUmo(UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.model
 

Methods in org.mule.model with parameters of type UMOEventContext
 Object DynamicEntryPoint.invoke(Object component, UMOEventContext context)
           
 Object CallableEntryPoint.invoke(Object component, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.transformers
 

Methods in org.mule.transformers with parameters of type UMOEventContext
abstract  Object AbstractEventAwareTransformer.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.transformers.simple
 

Methods in org.mule.transformers.simple with parameters of type UMOEventContext
 Object ObjectToByteArray.transform(Object src, String encoding, UMOEventContext context)
           
 Object SerializableToByteArray.transform(Object src, String encoding, UMOEventContext context)
           
 

Uses of UMOEventContext in org.mule.umo.lifecycle
 

Methods in org.mule.umo.lifecycle with parameters of type UMOEventContext
 Object Callable.onCall(UMOEventContext eventContext)
          Passes the event to the listener
 

Uses of UMOEventContext in org.mule.umo.model
 

Methods in org.mule.umo.model with parameters of type UMOEventContext
 Object UMOEntryPoint.invoke(Object component, UMOEventContext context)
           
 



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