|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.api.Invocation
public class Invocation
Invocation
represents a link in an interceptor chain. Interceptors
can be configured om Mule Managed components.
Constructor Summary | |
---|---|
Invocation(Service service,
MuleMessage message,
Invocation invocation)
Deprecated. Constructs an initialised invocation |
Method Summary | |
---|---|
MuleMessage |
execute()
Deprecated. Excutes this invocation |
MuleEvent |
getEvent()
Deprecated. |
MuleMessage |
getMessage()
Deprecated. Returns the current message |
Service |
getService()
Deprecated. Returns the descriptor for the service associated with this invocation |
void |
setMessage(MuleMessage message)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Invocation(Service service, MuleMessage message, Invocation invocation)
descriptor
- the components descriptormessage
- the current messageinvocation
- the next invocation in the chain or null.Method Detail |
---|
public MuleMessage execute() throws MuleException
MuleException
- if something goes wrongpublic Service getService()
public MuleEvent getEvent()
public MuleMessage getMessage()
public void setMessage(MuleMessage message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |