This project has retired. For details please refer to its
Attic page.
MultiPartFormMessageBodyReader (Clerezza - Reactor build (root) 0.3-SNAPSHOT API)
- java.lang.Object
-
- org.apache.clerezza.jaxrs.utils.form.MultiPartFormMessageBodyReader
-
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyReader<MultiPartBody>
@Service(value=java.lang.Object.class)
@Property(name="javax.ws.rs",
boolValue=true)
@Provider
public class MultiPartFormMessageBodyReader
extends Object
implements javax.ws.rs.ext.MessageBodyReader<MultiPartBody>
This JAX-RS provider converts a request body of the content type
"multipart/form-data" (format according RFC 2388) into a
MultiPartBody
object.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.