Apache CXF API

org.apache.cxf.transport.http_jetty
Class JettyDestinationFactory

java.lang.Object
  extended by org.apache.cxf.transport.http_jetty.JettyDestinationFactory
All Implemented Interfaces:
HttpDestinationFactory

public class JettyDestinationFactory
extends Object
implements HttpDestinationFactory


Constructor Summary
JettyDestinationFactory()
           
 
Method Summary
 AbstractHTTPDestination createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyDestinationFactory

public JettyDestinationFactory()
Method Detail

createDestination

public AbstractHTTPDestination createDestination(EndpointInfo endpointInfo,
                                                 Bus bus,
                                                 DestinationRegistry registry)
                                          throws IOException
Specified by:
createDestination in interface HttpDestinationFactory
Throws:
IOException

Apache CXF API

Apache CXF