org.mule.api.annotations.param
Class OutboundHeadersAnnotationComponent
java.lang.Object
org.mule.api.annotations.param.OutboundHeadersAnnotationComponent
public class OutboundHeadersAnnotationComponent
- extends java.lang.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
Method Summary |
java.util.List<?> |
invalidParamType(java.util.List<?> headers)
|
java.util.Map<java.lang.String,java.lang.Object> |
processHeaders(java.util.Map<java.lang.String,java.lang.Object> headers)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutboundHeadersAnnotationComponent
public OutboundHeadersAnnotationComponent()
processHeaders
public java.util.Map<java.lang.String,java.lang.Object> processHeaders(@OutboundHeaders
java.util.Map<java.lang.String,java.lang.Object> headers)
invalidParamType
public java.util.List<?> invalidParamType(@OutboundHeaders
java.util.List<?> headers)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.