Class WebSocketDestinationFactory

java.lang.Object
org.apache.cxf.transport.websocket.WebSocketDestinationFactory
All Implemented Interfaces:
org.apache.cxf.transport.http.HttpDestinationFactory

public class WebSocketDestinationFactory extends Object implements org.apache.cxf.transport.http.HttpDestinationFactory
  • Constructor Details

    • WebSocketDestinationFactory

      public WebSocketDestinationFactory()
  • Method Details

    • 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