Uses of Class
org.mule.tck.testmodels.fruit.Banana

Packages that use Banana
org.mule.api.annotations.param   
org.mule.module.guice   
org.mule.module.json.transformers   
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
 

Uses of Banana in org.mule.api.annotations.param
 

Methods in org.mule.api.annotations.param with parameters of type Banana
 List<Fruit> LookupComponent.listFruit(Banana banana, Apple apple, Orange orange)
           
 

Uses of Banana in org.mule.module.guice
 

Methods in org.mule.module.guice that return Banana
 Banana BananaServiceInterface.doSomething(Object data)
           
 Banana BananaInjectionService.doSomething(Object data)
           
 

Uses of Banana in org.mule.module.json.transformers
 

Methods in org.mule.module.json.transformers that return Banana
 Banana FruitCollectionMixin.getBanana()
           
 Banana FruitCollection.getBanana()
           
 

Methods in org.mule.module.json.transformers with parameters of type Banana
 void FruitCollectionMixin.setBanana(Banana banana)
           
 void FruitCollection.setBanana(Banana banana)
           
 

Constructors in org.mule.module.json.transformers with parameters of type Banana
FruitCollection(Apple apple, Banana banana, Orange orange)
           
 

Uses of Banana in org.mule.tck.testmodels.fruit
 

Methods in org.mule.tck.testmodels.fruit that return Banana
 Banana FruitBowl.getBanana()
           
 Banana FruitBasket.getBanana()
           
 

Methods in org.mule.tck.testmodels.fruit with parameters of type Banana
 Fruit[] FruitBowl.addAppleAndBanana(Apple apple, Banana banana)
           
 Fruit[] FruitBowl.addBananaAndApple(Banana banana, Apple apple)
           
 void FruitBowl.setBanana(Banana banana)
           
 

Constructors in org.mule.tck.testmodels.fruit with parameters of type Banana
FruitBowl(Apple apple, Banana banana)
           
 



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