Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
-
Packages that use JettyHTTPServerEngineFactory Package Description org.apache.cxf.transport.http_jetty org.apache.cxf.transport.http_jetty.spring -
-
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty
Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPServerEngineFactory Modifier and Type Field Description protected JettyHTTPServerEngineFactoryJettyHTTPDestination. serverEngineFactoryConstructors in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPServerEngineFactory Constructor Description JettyHTTPDestination(org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, URL nurl, JettyHTTPServerEngineFactory serverEngineFactory)JettyHTTPDestination(org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)Constructor -
Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty.spring
Subclasses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty.spring Modifier and Type Class Description static classJettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactoryConstructors in org.apache.cxf.transport.http_jetty.spring with parameters of type JettyHTTPServerEngineFactory Constructor Description SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, org.apache.cxf.Bus b, String host, int port)
-