org.mule.api.annotations.param
Class OutboundAttachmentsAnnotationComponent

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

public class OutboundAttachmentsAnnotationComponent
extends java.lang.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
 java.util.List<?> invalidParamType(java.util.List<?> attachments)
           
 java.util.Map<?,?> processAttachments(java.util.Map<java.lang.String,javax.activation.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 java.util.Map<?,?> processAttachments(@OutboundAttachments
                                             java.util.Map<java.lang.String,javax.activation.DataHandler> attachments)

invalidParamType

public java.util.List<?> invalidParamType(@OutboundAttachments
                                          java.util.List<?> attachments)


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