Apache CXF API

Uses of Interface
org.apache.cxf.transport.http_jetty.ServerEngine

Packages that use ServerEngine
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
 

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

Classes in org.apache.cxf.transport.http_jetty that implement ServerEngine
 class JettyHTTPServerEngine
          This class is the Jetty HTTP Server Engine that is configured to work off of a designated port.
 

Methods in org.apache.cxf.transport.http_jetty that return ServerEngine
 ServerEngine JettyHTTPDestination.getEngine()
           
 

Uses of ServerEngine in org.apache.cxf.transport.http_jetty.spring
 

Classes in org.apache.cxf.transport.http_jetty.spring that implement ServerEngine
static class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
           
 


Apache CXF API

Apache CXF