org.mule.api.interceptor
Interface Invocation

All Known Implementing Classes:
ComponentInterceptorInvoker

public interface Invocation

Invocation represents a link in an interceptor chain.


Method Summary
 MuleEvent getEvent()
           
 MuleMessage getMessage()
           
 Service getService()
           
 MuleMessage invoke()
          Invokes the next interceptor or target
 void setMessage(MuleMessage message)
           
 

Method Detail

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-2009 MuleSource, Inc.. All Rights Reserved.