org.mule.tck.functional
Interface Receiveable

All Known Implementing Classes:
FunctionalTestComponent, TestServiceComponent, TransactionalFunctionalTestComponent

public interface Receiveable

Interface only to be used by the FunctionalTestComponent.


Method Summary
 Object onReceive(Object data)
          This method is used by some WebServices tests where you don' want to be introducing the MuleEventContext as a complex type.
 

Method Detail

onReceive

Object onReceive(Object data)
                 throws Exception
This method is used by some WebServices tests where you don' want to be introducing the MuleEventContext as a complex type.

Parameters:
data - the event data received
Returns:
the processed message
Throws:
Exception


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