org.mule.tck.testmodels.fruit
Class Kiwi
java.lang.Object
org.mule.tck.testmodels.fruit.Kiwi
- All Implemented Interfaces:
- Serializable, Fruit
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Kiwi
public Kiwi()
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.