org.mule.umo.model
Interface UMOEntryPoint
- All Known Implementing Classes:
- CallableEntryPoint, DynamicEntryPoint
- public interface UMOEntryPoint
UMOEntryPoint defines the current entry method on a component
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
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.