org.mule.umo.model
Interface UMOEntryPoint

All Known Implementing Classes:
CallableEntryPoint, DynamicEntryPoint, StreamingEntryPoint

public interface UMOEntryPoint

UMOEntryPoint defines the current entry method on a component. If the invoked method does not have a return value, a VoidResult is returned.


Method Summary
 Object invoke(Object component, UMOEventContext context)
           
 

Method Detail

invoke

Object invoke(Object component,
              UMOEventContext context)
              throws Exception
Throws:
Exception


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