Class JettyDestinationFactory
java.lang.Object
org.apache.cxf.transport.http_jetty.JettyDestinationFactory
- All Implemented Interfaces:
org.apache.cxf.transport.http.HttpDestinationFactory
public class JettyDestinationFactory
extends Object
implements org.apache.cxf.transport.http.HttpDestinationFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.http.AbstractHTTPDestinationcreateDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry)
-
Constructor Details
-
JettyDestinationFactory
public JettyDestinationFactory()
-
-
Method Details
-
createDestination
public org.apache.cxf.transport.http.AbstractHTTPDestination createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry) throws IOException - Specified by:
createDestinationin interfaceorg.apache.cxf.transport.http.HttpDestinationFactory- Throws:
IOException
-