org.mule.tck.testmodels.fruit
Class FruitLover

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

public class FruitLover
extends java.lang.Object


Constructor Summary
FruitLover(java.lang.String catchphrase)
           
 
Method Summary
 void eatFruit(Fruit fruit)
           
 java.util.List getEatList()
           
 java.lang.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(java.lang.String catchphrase)
Method Detail

eatFruit

public void eatFruit(Fruit fruit)

getEatList

public java.util.List getEatList()

speak

public java.lang.String speak()


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