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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.http.AbstractHTTPDestinationcreateDestination(EndpointInfo endpointInfo, Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry)
-
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:
createDestinationin interfaceorg.apache.cxf.transport.http.HttpDestinationFactory- Throws:
IOException
-