org.mule.umo.model
Interface UMOEntryPoint

All Known Implementing Classes:
DynamicEntryPoint

public interface UMOEntryPoint

UMOEntryPoint defines the current entry method on a component

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Method Summary
 java.lang.String getMethodName()
           
 java.lang.Class getParameterType()
           
 java.lang.Object invoke(java.lang.Object component, UMOEventContext context, java.lang.reflect.Method method)
           
 boolean isVoid()
           
 

Method Detail

getParameterType

public java.lang.Class getParameterType()

invoke

public java.lang.Object invoke(java.lang.Object component,
                               UMOEventContext context,
                               java.lang.reflect.Method method)
                        throws java.lang.reflect.InvocationTargetException,
                               java.lang.IllegalAccessException,
                               TransformerException
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
TransformerException

isVoid

public boolean isVoid()

getMethodName

public java.lang.String getMethodName()


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.