Class MultiPartResource
java.lang.Object
org.glassfish.jersey.examples.multipart.webapp.MultiPartResource
- Author:
- Michal Gajdos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpost(String s, FormDataContentDisposition sd, Bean b, FormDataContentDisposition bd)
-
Constructor Details
-
MultiPartResource
public MultiPartResource()
-
-
Method Details
-
post
-
post
-
post
@POST @Path("xml-jaxb-part") @Consumes("multipart/form-data") public String post(String s, FormDataContentDisposition sd, Bean b, FormDataContentDisposition bd)
-