org.apache.cxf.transport.http.netty.server
Class NettyHttpDestinationFactory

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.NettyHttpDestinationFactory
All Implemented Interfaces:
org.apache.cxf.transport.http.HttpDestinationFactory

public class NettyHttpDestinationFactory
extends Object
implements org.apache.cxf.transport.http.HttpDestinationFactory


Constructor Summary
NettyHttpDestinationFactory()
           
 
Method Summary
 org.apache.cxf.transport.http.AbstractHTTPDestination createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyHttpDestinationFactory

public NettyHttpDestinationFactory()
Method Detail

createDestination

public org.apache.cxf.transport.http.AbstractHTTPDestination createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
                                                                               org.apache.cxf.Bus bus,
                                                                               org.apache.cxf.transport.http.DestinationRegistry registry)
                                                                        throws IOException
Specified by:
createDestination in interface org.apache.cxf.transport.http.HttpDestinationFactory
Throws:
IOException


Apache CXF