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
 java.lang.Object invoke(java.lang.Object component, MuleEventContext context)
           
 

Method Detail

invoke

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


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.