@Path(value="/form") public class MultiPartResource extends Object
| Constructor and Description |
|---|
MultiPartResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
post(String s) |
String |
post(String s,
FormDataContentDisposition d) |
String |
post(String s,
FormDataContentDisposition sd,
Bean b,
FormDataContentDisposition bd) |
@POST @Path(value="part-file-name") @Consumes(value="multipart/form-data") public String post(String s, FormDataContentDisposition d)
@POST @Path(value="xml-jaxb-part") @Consumes(value="multipart/form-data") public String post(String s, FormDataContentDisposition sd, Bean b, FormDataContentDisposition bd)
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.