org.mule.util
Interface Multicaster.InvokeListener

Enclosing class:
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

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

onException

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


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