org.mule.api.annotations.rest
Annotation Type BinaryParam


@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface BinaryParam

Specifies if the payload is a binary type.


Optional Element Summary
 boolean contentChunked
           
 

contentChunked

public abstract boolean contentChunked
Default:
false


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