|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invocation
Call the embedded component. Because interception is "lower level" in 2.x, it cannot return a MuleMessage - instead an Object is returned.
If you are using the adapter in the Spring Extras package then, if you want that same object to be returned as the result, you do not need to construct a new message, just return null and the adapter will manage the result correctly.
Method Summary | |
---|---|
Object |
execute()
Deprecated. Calls the component |
MuleEvent |
getEvent()
Deprecated. |
MuleMessage |
getMessage()
Deprecated. |
Service |
getService()
Deprecated. |
Method Detail |
---|
Object execute() throws MuleException
MuleException
- if something goes wrongService getService()
MuleEvent getEvent()
MuleMessage getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |