Class XopWithMultipartRelatedReader

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyReader<Object>

    @Provider
    @Consumes("multipart/related")
    public class XopWithMultipartRelatedReader
    extends Object
    implements javax.ws.rs.ext.MessageBodyReader<Object>
    This provider is for reading xop packages packed as multipart/related. For more information see XopWithMultipartRelated.
    Version:
    $Revision: 1 $
    Author:
    Attila Kiraly
    • Field Detail

      • workers

        @Context
        protected javax.ws.rs.ext.Providers workers
    • Constructor Detail

      • XopWithMultipartRelatedReader

        public XopWithMultipartRelatedReader()
    • Method Detail

      • isReadable

        public boolean isReadable​(Class<?> type,
                                  Type genericType,
                                  Annotation[] annotations,
                                  javax.ws.rs.core.MediaType mediaType)
        Specified by:
        isReadable in interface javax.ws.rs.ext.MessageBodyReader<Object>
      • readFrom

        public Object readFrom​(Class<Object> type,
                               Type genericType,
                               Annotation[] annotations,
                               javax.ws.rs.core.MediaType mediaType,
                               javax.ws.rs.core.MultivaluedMap<String,​String> httpHeaders,
                               InputStream entityStream)
                        throws IOException,
                               javax.ws.rs.WebApplicationException
        Specified by:
        readFrom in interface javax.ws.rs.ext.MessageBodyReader<Object>
        Throws:
        IOException
        javax.ws.rs.WebApplicationException