org.mule.api.annotations.param
Class OutboundAttachmentsAnnotationComponent

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

public class OutboundAttachmentsAnnotationComponent
extends Object

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


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

Constructor Detail

OutboundAttachmentsAnnotationComponent

public OutboundAttachmentsAnnotationComponent()
Method Detail

processAttachments

public Map<?,?> processAttachments(@OutboundAttachments
                                   Map<String,DataHandler> attachments)

invalidParamType

public List<?> invalidParamType(@OutboundAttachments
                                List<?> attachments)


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