org.mule.api.annotations
Class AnnotatedComponent1

java.lang.Object
  extended by org.mule.api.annotations.AnnotatedComponent1
Direct Known Subclasses:
AnnotatedComponent2

public class AnnotatedComponent1
extends Object


Constructor Summary
AnnotatedComponent1()
           
 
Method Summary
 Object doSomething(String className, FruitBowl fruitBowl, String foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedComponent1

public AnnotatedComponent1()
Method Detail

doSomething

public Object doSomething(@Function(value="payloadClass")
                          String className,
                          @Payload
                          FruitBowl fruitBowl,
                          @InboundHeaders(value="foo")
                          String foo)


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