Class UndertowServerDestinationFactory

  • All Implemented Interfaces:
    org.apache.cxf.transport.http.HttpDestinationFactory

    public class UndertowServerDestinationFactory
    extends Object
    implements org.apache.cxf.transport.http.HttpDestinationFactory
    Factory for UndertowServerDestination
    Author:
    alessio.soldano@jboss.com
    • Constructor Detail

      • UndertowServerDestinationFactory

        public UndertowServerDestinationFactory()
    • Method Detail

      • createDestination

        public org.apache.cxf.transport.http.AbstractHTTPDestination createDestination​(EndpointInfo endpointInfo,
                                                                                       Bus bus,
                                                                                       org.apache.cxf.transport.http.DestinationRegistry registry)
                                                                                throws IOException
        Specified by:
        createDestination in interface org.apache.cxf.transport.http.HttpDestinationFactory
        Throws:
        IOException