org.apache.cxf.transport.http_jetty
Class JettyHTTPTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.http.AbstractHTTPTransportFactory
org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory
- All Implemented Interfaces:
- DestinationFactory, WSDLEndpointFactory
public class JettyHTTPTransportFactory
- extends AbstractHTTPTransportFactory
- implements DestinationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyHTTPTransportFactory
public JettyHTTPTransportFactory()
setBus
public void setBus(Bus b)
- Overrides:
setBus
in class AbstractTransportFactory
finalizeConfig
@PostConstruct
public void finalizeConfig()
getJettyHTTPServerEngineFactory
protected JettyHTTPServerEngineFactory getJettyHTTPServerEngineFactory()
- This method returns the Jetty HTTP Server Engine Factory.
getDestination
public Destination getDestination(EndpointInfo endpointInfo)
throws IOException
- Description copied from interface:
DestinationFactory
- Create a destination.
- Specified by:
getDestination
in interface DestinationFactory
- Parameters:
endpointInfo
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
IOException
Apache CXF