org.mule.umo.model
Interface UMOEntryPoint

All Known Implementing Classes:
CallableEntryPoint, DynamicEntryPoint

public interface UMOEntryPoint

UMOEntryPoint defines the current entry method on a component


Method Summary
 String getMethodName()
           
 Class[] getParameterTypes()
           
 Object invoke(Object component, UMOEventContext context)
           
 boolean isVoid()
           
 

Method Detail

getParameterTypes

public Class[] getParameterTypes()

invoke

public Object invoke(Object component,
                     UMOEventContext context)
              throws Exception
Throws:
Exception

isVoid

public boolean isVoid()

getMethodName

public String getMethodName()


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.