org.mule.api.model
Interface EntryPoint


public interface EntryPoint

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


Method Summary
 Object invoke(Object component, MuleEventContext context)
           
 

Method Detail

invoke

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


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