public interface Invocation
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.
Modifier and Type | Method and Description |
---|---|
Object |
execute()
Deprecated.
Calls the component
|
MuleEvent |
getEvent()
Deprecated.
|
MuleMessage |
getMessage()
Deprecated.
|
Service |
getService()
Deprecated.
|
Object execute() throws MuleException
MuleException
- if something goes wrongService getService()
MuleEvent getEvent()
MuleMessage getMessage()
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.