org.mule.tck.testmodels.fruit
Class FruitLover

java.lang.Object
  extended by org.mule.tck.testmodels.fruit.FruitLover

public class FruitLover
extends Object


Constructor Summary
FruitLover(String catchphrase)
           
 
Method Summary
 void eatFruit(Fruit fruit)
           
 List getEatList()
           
 String speak()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FruitLover

public FruitLover(String catchphrase)
Method Detail

eatFruit

public void eatFruit(Fruit fruit)

getEatList

public List getEatList()

speak

public String speak()


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