Class XopWithMultipartRelatedWriter

All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<Object>, AsyncMessageBodyWriter<Object>

@Provider @Produces("multipart/related") public class XopWithMultipartRelatedWriter extends AbstractMultipartRelatedWriter implements AsyncMessageBodyWriter<Object>
This provider is for writing xop packages packed as multipart/related. For more information see XopWithMultipartRelated.
Version:
$Revision: 1 $
Author:
Attila Kiraly
  • Constructor Details

    • XopWithMultipartRelatedWriter

      public XopWithMultipartRelatedWriter()
  • Method Details