org.mule.impl.model.resolvers
Class CallableEntryPoint

java.lang.Object
  extended byorg.mule.impl.model.resolvers.CallableEntryPoint
All Implemented Interfaces:
UMOEntryPoint

public class CallableEntryPoint
extends Object
implements UMOEntryPoint

A simple Entrypoint for the Callable interface.


Constructor Summary
CallableEntryPoint()
           
 
Method Summary
 Object invoke(Object component, UMOEventContext context)
           
 
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

invoke

public Object invoke(Object component,
                     UMOEventContext context)
              throws Exception
Specified by:
invoke in interface UMOEntryPoint
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.