Uses of Interface
org.mule.tck.testmodels.fruit.Fruit

Packages that use Fruit
org.mule.api.annotations   
org.mule.api.annotations.param   
org.mule.mule.model   
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
org.mule.util.scan   
 

Uses of Fruit in org.mule.api.annotations
 

Fields in org.mule.api.annotations declared as Fruit
static Fruit[] AnnotatedEntryPointResolverTestCase.TEST_PAYLOAD
           
 

Methods in org.mule.api.annotations with parameters of type Fruit
 FruitBowl AnnotatedEntryPointResolverTestCase.Transformers.createPerson(Fruit[] fruit)
           
 

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

Methods in org.mule.api.annotations.param that return Fruit
 Fruit InboundHeadersAnnotationComponent.processHeaderWithBaseType(Fruit apple)
           
 

Methods in org.mule.api.annotations.param that return types with arguments of type Fruit
 java.util.List<Fruit> LookupComponent.listFruit(Banana banana, Apple apple, Orange orange)
           
 java.util.List<Fruit> InboundHeadersAnnotationComponent.processHeadersListWithGenerics(java.util.List<Fruit> headers)
           
 java.util.Map<java.lang.String,Fruit> InboundHeadersAnnotationComponent.processHeadersWithGenerics(java.util.Map<java.lang.String,Fruit> headers)
           
 

Methods in org.mule.api.annotations.param with parameters of type Fruit
 Fruit InboundHeadersAnnotationComponent.processHeaderWithBaseType(Fruit apple)
           
 

Method parameters in org.mule.api.annotations.param with type arguments of type Fruit
 java.util.List<Fruit> InboundHeadersAnnotationComponent.processHeadersListWithGenerics(java.util.List<Fruit> headers)
           
 java.util.Map<java.lang.String,Fruit> InboundHeadersAnnotationComponent.processHeadersWithGenerics(java.util.Map<java.lang.String,Fruit> headers)
           
 

Uses of Fruit in org.mule.mule.model
 

Methods in org.mule.mule.model with parameters of type Fruit
 void MethodHeaderEntryPointResolverTestCase.TestFruitCleaner.polish(Fruit fruit)
           
 void ExplicitMethodEntryPointResolverTestCase.TestFruitCleaner.polish(Fruit fruit)
           
 void MethodHeaderEntryPointResolverTestCase.TestFruitCleaner.wash(Fruit fruit)
           
 void ExplicitMethodEntryPointResolverTestCase.TestFruitCleaner.wash(Fruit fruit)
           
 

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

Subinterfaces of Fruit in org.mule.tck.testmodels.fruit
 interface OrangeInterface
          TODO
 

Classes in org.mule.tck.testmodels.fruit that implement Fruit
 class AbstractFruit
          AbstractFruit is a base class for fruity test objects.
 class Apple
           
 class Banana
           
 class BloodOrange
          A specialisation of Orange
 class GrapeFruit
          A pure bean implementation
 class InvalidSatsuma
          InvalidSatsuma has no discoverable methods
 class Kiwi
          A test object not implementing Callable, but having a matching method accepting MuleEventContext.
 class Orange
           
 class RedApple
           
 class WaterMelon
           
 

Methods in org.mule.tck.testmodels.fruit that return Fruit
 Fruit[] FruitBowl.addAppleAndBanana(Apple apple, Banana banana)
           
 Fruit[] FruitBowl.addBananaAndApple(Banana banana, Apple apple)
           
 

Methods in org.mule.tck.testmodels.fruit that return types with arguments of type Fruit
 java.util.List<Fruit> FruitBowl.getFruit()
           
 

Methods in org.mule.tck.testmodels.fruit with parameters of type Fruit
 void FruitBowl.addFruit(Fruit fruit)
           
 void FruitLover.eatFruit(Fruit fruit)
           
 void FruitCleaner.polish(Fruit fruit)
           
 void FruitBasket.setFruit(Fruit[] fruit)
           
 void FruitBowl.setFruit(Fruit[] fruit)
           
 void FruitCleaner.wash(Fruit fruit)
           
 

Constructors in org.mule.tck.testmodels.fruit with parameters of type Fruit
FruitBowl(Fruit[] fruit)
           
 

Uses of Fruit in org.mule.util.scan
 

Classes in org.mule.util.scan that implement Fruit
 class Grape
          TODO
 class MadridOrange
          Test class used for classpath searching
 class SeedlessGrape
          A grape without seeds
 



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