org.mule.api.annotations.param
Class OutboundHeadersAnnotationComponent

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

public class OutboundHeadersAnnotationComponent
extends Object

Tests various cases for how headers can added to an outbound message through a generic map by injecting the map into a component invocation


Constructor Summary
OutboundHeadersAnnotationComponent()
           
 
Method Summary
 List<?> invalidParamType(List<?> headers)
           
 Map<String,Object> processHeaders(Map<String,Object> headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutboundHeadersAnnotationComponent

public OutboundHeadersAnnotationComponent()
Method Detail

processHeaders

public Map<String,Object> processHeaders(@OutboundHeaders
                                         Map<String,Object> headers)

invalidParamType

public List<?> invalidParamType(@OutboundHeaders
                                List<?> headers)


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