Class NettyHttpDestinationFactory
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.NettyHttpDestinationFactory
-
- All Implemented Interfaces:
HttpDestinationFactory
public class NettyHttpDestinationFactory extends Object implements HttpDestinationFactory
-
-
Constructor Summary
Constructors Constructor Description NettyHttpDestinationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractHTTPDestinationcreateDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
-
-
-
Method Detail
-
createDestination
public AbstractHTTPDestination createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) throws IOException
- Specified by:
createDestinationin interfaceHttpDestinationFactory- Throws:
IOException
-
-