org.mule.impl
Class InterceptorsInvoker

java.lang.Object
  extended byorg.mule.umo.Invocation
      extended byorg.mule.impl.InterceptorsInvoker

public class InterceptorsInvoker
extends Invocation

InterceptorsInvoker is used trigger an interceptor chain.

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Constructor Summary
InterceptorsInvoker(java.util.List interceptors, MuleDescriptor descriptor, UMOMessage message)
           
InterceptorsInvoker(java.util.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(java.util.List interceptors,
                           MuleDescriptor descriptor,
                           UMOMessage message)

InterceptorsInvoker

public InterceptorsInvoker(java.util.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-2005 SymphonySoft Limited. All Rights Reserved.