org.mule.api.annotations.param
Class PayloadAnnotationComponent
java.lang.Object
org.mule.api.annotations.param.PayloadAnnotationComponent
public class PayloadAnnotationComponent
- extends java.lang.Object
Test cases where the Payload annotation can be used to specify the parameter to inject the payload of the message, including
doing automatic transforms
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayloadAnnotationComponent
public PayloadAnnotationComponent()
processNoTransformString
public java.lang.String processNoTransformString(@Payload
java.lang.String payload)
processAutoTransformString
public java.io.InputStream processAutoTransformString(@Payload
java.io.InputStream payload)
processFailedAutoTransformString
public java.lang.Object processFailedAutoTransformString(@Payload
java.lang.StringBuffer payload)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.