Package org.apache.cxf.transport.http
Interface HttpDestinationFactory
- All Known Implementing Classes:
JettyDestinationFactory,NettyHttpDestinationFactory,ServletDestinationFactory,UndertowDestinationFactory,WebSocketDestinationFactory
public interface HttpDestinationFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
-
Method Details
-
createDestination
AbstractHTTPDestination createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) throws IOException - Throws:
IOException
-