org.mule.api.annotations.param
Class LookupComponent

java.lang.Object
  extended by org.mule.api.annotations.param.LookupComponent

public class LookupComponent
extends Object

A component for testing invocations with more than one parameter


Constructor Summary
LookupComponent()
           
 
Method Summary
 Transformer getTransformer1()
           
 Transformer getTransformer2()
           
 ObjectToByteArray getTransformer3()
           
 List<Fruit> listFruit(Banana banana, Apple apple, Orange orange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupComponent

public LookupComponent()
Method Detail

listFruit

public List<Fruit> listFruit(@Lookup
                             Banana banana,
                             @Lookup(value="redApple")
                             Apple apple,
                             @Lookup(optional=true)
                             Orange orange)

getTransformer1

public Transformer getTransformer1()

getTransformer2

public Transformer getTransformer2()

getTransformer3

public ObjectToByteArray getTransformer3()


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