|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={PARAMETER,FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Multipart
Annotate a JAX-RS function parameter to receive data from a multipart 'part'.
Optional Element Summary | |
---|---|
boolean |
required
How to handle a missing part. |
String |
type
Select the part by MIME type. |
String |
value
The name of the MIME part to map to this parameter. |
public abstract String value
public abstract String type
public abstract boolean required
MultipartProvider
throws a WebApplicationException
with status 400. If this option is set to false,
the parameter is set to null instead.
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |