Class FastinfoSetXmlTypeProvider

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

@Provider @Consumes({"application/fastinfoset","application/*+fastinfoset"}) @Produces({"application/fastinfoset","application/*+fastinfoset"}) public class FastinfoSetXmlTypeProvider extends JAXBXmlTypeProvider
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • FastinfoSetXmlTypeProvider

      public FastinfoSetXmlTypeProvider()
  • Method Details