org.apache.cxf.transport.http_jetty
Class JettyHTTPTransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by org.apache.cxf.transport.http.AbstractHTTPTransportFactory
          extended by org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory
All Implemented Interfaces:
org.apache.cxf.transport.DestinationFactory, org.apache.cxf.wsdl11.WSDLEndpointFactory

public class JettyHTTPTransportFactory
extends org.apache.cxf.transport.http.AbstractHTTPTransportFactory
implements org.apache.cxf.transport.DestinationFactory


Field Summary
 
Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory
bus
 
Constructor Summary
JettyHTTPTransportFactory()
           
 
Method Summary
 void finalizeConfig()
           
 org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
           
protected  JettyHTTPServerEngineFactory getJettyHTTPServerEngineFactory()
          This method returns the Jetty HTTP Server Engine Factory.
 void setBus(org.apache.cxf.Bus b)
           
 
Methods inherited from class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
configure, configure, createEndpointInfo, createPortExtensors, getUriPrefixes, setActivationNamespaces
 
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getBus, getTransportIds, register, setTransportIds, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.transport.DestinationFactory
getTransportIds, getUriPrefixes
 

Constructor Detail

JettyHTTPTransportFactory

public JettyHTTPTransportFactory()
Method Detail

setBus

public void setBus(org.apache.cxf.Bus b)
Overrides:
setBus in class org.apache.cxf.transport.AbstractTransportFactory

finalizeConfig

@PostConstruct
public void finalizeConfig()

getJettyHTTPServerEngineFactory

protected JettyHTTPServerEngineFactory getJettyHTTPServerEngineFactory()
This method returns the Jetty HTTP Server Engine Factory.


getDestination

public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
                                                    throws IOException
Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
Throws:
IOException


Apache CXF