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 Constructor Description UndertowServerDestinationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.transport.http.AbstractHTTPDestinationcreateDestination(EndpointInfo endpointInfo, Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry)
-
-
-
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:
createDestinationin interfaceorg.apache.cxf.transport.http.HttpDestinationFactory- Throws:
IOException
-
-