Uses of Class
org.mule.umo.Invocation

Packages that use Invocation
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.interceptors Contains default UMOInterceptor implementations that can be applied to Mule managed components. 
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

Uses of Invocation in org.mule.impl
 

Subclasses of Invocation in org.mule.impl
 class InterceptorsInvoker
          InterceptorsInvoker is used trigger an interceptor chain.
 

Methods in org.mule.impl with parameters of type Invocation
 UMOMessage DefaultLifecycleAdapter.intercept(Invocation invocation)
           
 

Uses of Invocation in org.mule.interceptors
 

Methods in org.mule.interceptors with parameters of type Invocation
 UMOMessage TimerInterceptor.intercept(Invocation invocation)
           
abstract  UMOMessage MessageNormalizerInterceptor.before(Invocation invocation)
          This method is invoked before the event is processed
abstract  UMOMessage MessageNormalizerInterceptor.after(Invocation invocation)
          This method is invoked after the event has been processed
 UMOMessage MessageNormalizerInterceptor.intercept(Invocation invocation)
           
 void LoggingInterceptor.before(Invocation event)
           
 void LoggingInterceptor.after(Invocation event)
           
 UMOMessage JXPathNormalizerInterceptor.before(Invocation invocation)
          This method is invoked before the event is processed
 UMOMessage JXPathNormalizerInterceptor.after(Invocation invocation)
          This method is invoked after the event has been processed
abstract  void EnvelopeInterceptor.before(Invocation invocation)
          This method is invoked before the event is processed
abstract  void EnvelopeInterceptor.after(Invocation invocation)
          This method is invoked after the event has been processed
 UMOMessage EnvelopeInterceptor.intercept(Invocation invocation)
           
 

Uses of Invocation in org.mule.umo
 

Methods in org.mule.umo with parameters of type Invocation
 UMOMessage UMOInterceptor.intercept(Invocation invocation)
          Invoked by the previous interceptor in the chain
 

Constructors in org.mule.umo with parameters of type Invocation
Invocation(UMOImmutableDescriptor descriptor, UMOMessage message, Invocation invocation)
          Constructs an initialised invocation
 



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