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