Class UndertowServerDestinationFactory

java.lang.Object
org.jboss.wsf.stack.cxf.addons.transports.undertow.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 Details

    • UndertowServerDestinationFactory

      public UndertowServerDestinationFactory()
  • Method Details

    • 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