org.mule.module.spring.interceptor
Class InvocationAdapter

java.lang.Object
  extended by org.mule.interceptor.RequestContextInvocation
      extended by org.mule.module.spring.interceptor.InvocationAdapter
All Implemented Interfaces:
Invocation

public class InvocationAdapter
extends RequestContextInvocation


Constructor Summary
InvocationAdapter(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Method Summary
 Object execute()
          Calls the component
 Object getResult()
           
 
Methods inherited from class org.mule.interceptor.RequestContextInvocation
getEvent, getMessage, getService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationAdapter

public InvocationAdapter(org.aopalliance.intercept.MethodInvocation invocation)
Method Detail

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.