Apache CXF API

Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory

Packages that use JettyHTTPServerEngineFactory
org.apache.cxf.transport.http_jetty   
 

Uses of JettyHTTPServerEngineFactory in org.apache.cxf.transport.http_jetty
 

Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPServerEngineFactory
protected  JettyHTTPServerEngineFactory JettyHTTPDestination.serverEngineFactory
           
 

Methods in org.apache.cxf.transport.http_jetty that return JettyHTTPServerEngineFactory
protected  JettyHTTPServerEngineFactory JettyHTTPTransportFactory.getJettyHTTPServerEngineFactory()
          This method returns the Jetty HTTP Server Engine Factory.
 

Methods in org.apache.cxf.transport.http_jetty with parameters of type JettyHTTPServerEngineFactory
 void JettyHTTPServerEngine.setJettyHTTPServerEngineFactory(JettyHTTPServerEngineFactory fac)
           
 


Apache CXF API

Apache CXF