org.mule.api.interceptor
Interface Invocation
- All Known Implementing Classes:
- ComponentInterceptorInvoker
public interface Invocation
Invocation represents a link in an interceptor chain.
invoke
MuleMessage invoke()
throws MuleException
- Invokes the next interceptor or target
- Throws:
MuleException
getService
Service getService()
getEvent
MuleEvent getEvent()
getMessage
MuleMessage getMessage()
setMessage
void setMessage(MuleMessage message)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.