org.mule.util
Interface Multicaster.InvokeListener

Enclosing interface:
Multicaster

public static interface Multicaster.InvokeListener


Method Summary
 void afterExecute(Object object, Method method, Object[] args)
           
 Throwable onException(Object object, Method method, Object[] args, Throwable t)
           
 

Method Detail

afterExecute

public void afterExecute(Object object,
                         Method method,
                         Object[] args)

onException

public Throwable onException(Object object,
                             Method method,
                             Object[] args,
                             Throwable t)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.