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

Packages that use Apple
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. 
org.mule.test.usecases.properties   
 

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

Methods in org.mule.api.annotations.param that return Apple
 Apple InboundHeadersAnnotationComponent.processHeaderWithType(Apple apple)
           
 

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

Uses of Apple in org.mule.module.guice
 

Methods in org.mule.module.guice with parameters of type Apple
 Object AutoTransformServiceInterface.doSomething(Apple data)
           
 Object DefaultAutoTransformService.doSomething(Apple data)
           
 

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

Methods in org.mule.module.json.transformers that return Apple
 Apple FruitCollection.getApple()
           
 Apple JsonCustomTransformerWithMixins.toApple(String in)
           
 

Methods in org.mule.module.json.transformers with parameters of type Apple
 String JsonCustomTransformerWithMixins.fromApple(Apple apple)
           
 void FruitCollection.setApple(Apple apple)
           
 

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

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

Subclasses of Apple in org.mule.tck.testmodels.fruit
 class RedApple
           
 

Methods in org.mule.tck.testmodels.fruit that return Apple
 Apple FruitBowl.getApple()
           
 Apple FruitBasket.getApple()
           
 

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

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

Uses of Apple in org.mule.test.usecases.properties
 

Fields in org.mule.test.usecases.properties declared as Apple
protected static Apple PropsComponent.testObjectProperty
           
 



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