org.mule.model
Class CallableEntryPoint
java.lang.Object
org.mule.model.CallableEntryPoint
- All Implemented Interfaces:
- UMOEntryPoint
- public class CallableEntryPoint
- extends Object
- implements UMOEntryPoint
A simple Entrypoint for the callable interface
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallableEntryPoint
public CallableEntryPoint()
getParameterTypes
public Class[] getParameterTypes()
- Specified by:
getParameterTypes in interface UMOEntryPoint
invoke
public Object invoke(Object component,
UMOEventContext context)
throws Exception
- Specified by:
invoke in interface UMOEntryPoint
- Throws:
Exception
isVoid
public boolean isVoid()
- Specified by:
isVoid in interface UMOEntryPoint
getMethodName
public String getMethodName()
- Specified by:
getMethodName in interface UMOEntryPoint
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.