org.apache.cxf.transport.http
Interface HttpDestinationFactory

All Known Implementing Classes:
ServletDestinationFactory

public interface HttpDestinationFactory


Method Summary
 AbstractHTTPDestination createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, DestinationRegistry registry)
           
 

Method Detail

createDestination

AbstractHTTPDestination createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
                                          org.apache.cxf.Bus bus,
                                          DestinationRegistry registry)
                                          throws IOException
Throws:
IOException


Apache CXF