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

Packages that use ServerEngine
org.apache.cxf.transport.http   
 

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

Classes in org.apache.cxf.transport.http that implement ServerEngine
 class JettyHTTPServerEngine
           
 

Fields in org.apache.cxf.transport.http declared as ServerEngine
protected  ServerEngine JettyHTTPDestination.alternateEngine
           
protected  ServerEngine JettyHTTPDestination.engine
           
 

Constructors in org.apache.cxf.transport.http with parameters of type ServerEngine
HTTPConduit(org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, URLConnectionFactory factory, ServerEngine eng)
          Constructor, allowing subsititution of connnection factory and decoupled engine.
JettyHTTPDestination(org.apache.cxf.Bus b, org.apache.cxf.transport.ConduitInitiator ci, org.apache.cxf.service.model.EndpointInfo endpointInfo, ServerEngine eng)
          Constructor, allowing subsititution of server engine.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.