org.mule.model
Class CallableEntryPoint

java.lang.Object
  extended byorg.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

Constructor Summary
CallableEntryPoint()
           
 
Method Summary
 String getMethodName()
           
 Class[] getParameterTypes()
           
 Object invoke(Object component, UMOEventContext context)
           
 boolean isVoid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableEntryPoint

public CallableEntryPoint()
Method Detail

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.