org.mule.impl
Class InterceptorsInvoker
java.lang.Object
org.mule.umo.Invocation
org.mule.impl.InterceptorsInvoker
public class InterceptorsInvoker
- extends Invocation
InterceptorsInvoker
is used to trigger an interceptor chain.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorsInvoker
public InterceptorsInvoker(List interceptors,
MuleDescriptor descriptor,
UMOMessage message)
InterceptorsInvoker
public InterceptorsInvoker(List interceptors,
UMOImmutableDescriptor descriptor,
UMOMessage message)
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.