Class XmlHttpContentSubscriberFactory

  • All Implemented Interfaces:
    io.micronaut.http.server.netty.HttpContentSubscriberFactory

    @Consumes({"application/xml","application/xhtml+xml","text/xml"})
    @Singleton
    @Requires(classes=io.micronaut.http.server.netty.HttpContentSubscriberFactory.class)
    public class XmlHttpContentSubscriberFactory
    extends java.lang.Object
    implements io.micronaut.http.server.netty.HttpContentSubscriberFactory
    Builds the Subscriber for XML requests.
    Since:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlHttpContentSubscriberFactory​(io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.micronaut.http.server.netty.HttpContentProcessor build​(io.micronaut.http.server.netty.NettyHttpRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlHttpContentSubscriberFactory

        public XmlHttpContentSubscriberFactory​(io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration configuration)
        Parameters:
        configuration - The NettyHttpServerConfiguration
    • Method Detail

      • build

        public io.micronaut.http.server.netty.HttpContentProcessor build​(io.micronaut.http.server.netty.NettyHttpRequest request)
        Specified by:
        build in interface io.micronaut.http.server.netty.HttpContentSubscriberFactory