org.mule.tck.testmodels.fruit
Class Kiwi

java.lang.Object
  extended byorg.mule.tck.testmodels.fruit.Kiwi
All Implemented Interfaces:
Fruit, Serializable

public class Kiwi
extends Object
implements Fruit

A test object not implementing Callable, but having a matching method accepting UMOEventContext.

See Also:
Serialized Form

Constructor Summary
Kiwi()
           
 
Method Summary
 void bite()
           
 void handle(UMOEventContext eventContext)
           
 boolean isBitten()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kiwi

public Kiwi()
Method Detail

handle

public void handle(UMOEventContext eventContext)
            throws Exception
Throws:
Exception

bite

public void bite()
Specified by:
bite in interface Fruit

isBitten

public boolean isBitten()
Specified by:
isBitten in interface Fruit


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