org.mule.impl
Class InterceptorsInvoker

java.lang.Object
  extended by org.mule.umo.Invocation
      extended by org.mule.impl.InterceptorsInvoker

public class InterceptorsInvoker
extends Invocation

InterceptorsInvoker is used to trigger an interceptor chain.


Constructor Summary
InterceptorsInvoker(List interceptors, MuleDescriptor descriptor, UMOMessage message)
           
InterceptorsInvoker(List interceptors, UMOImmutableDescriptor descriptor, UMOMessage message)
           
 
Method Summary
 UMOMessage execute()
          Excutes this invocation
 
Methods inherited from class org.mule.umo.Invocation
getDescriptor, getEvent, getMessage, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorsInvoker

public InterceptorsInvoker(List interceptors,
                           MuleDescriptor descriptor,
                           UMOMessage message)

InterceptorsInvoker

public InterceptorsInvoker(List interceptors,
                           UMOImmutableDescriptor descriptor,
                           UMOMessage message)
Method Detail

execute

public UMOMessage execute()
                   throws UMOException
Description copied from class: Invocation
Excutes this invocation

Overrides:
execute in class Invocation
Returns:
the current message that may have been altered by the invocation
Throws:
UMOException - if something goes wrong


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.