org.mule.module.spring.interceptor
Class InvocationAdapter
java.lang.Object
org.mule.interceptor.RequestContextInvocation
org.mule.module.spring.interceptor.InvocationAdapter
- All Implemented Interfaces:
- Invocation
public class InvocationAdapter
- extends RequestContextInvocation
Constructor Summary |
InvocationAdapter(org.aopalliance.intercept.MethodInvocation invocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationAdapter
public InvocationAdapter(org.aopalliance.intercept.MethodInvocation invocation)
execute
public Object execute()
throws MuleException
- Description copied from interface:
Invocation
- Calls the component
- Returns:
- the result of invoking the component
- Throws:
MuleException
- if something goes wrong
getResult
public Object getResult()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.