|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.umo.Invocation
org.mule.impl.InterceptorsInvoker
InterceptorsInvoker
is used trigger an interceptor chain.
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 |
public InterceptorsInvoker(java.util.List interceptors, MuleDescriptor descriptor, UMOMessage message)
public InterceptorsInvoker(java.util.List interceptors, UMOImmutableDescriptor descriptor, UMOMessage message)
Method Detail |
public UMOMessage execute() throws UMOException
Invocation
execute
in class Invocation
UMOException
- if something goes wrong
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |