Class HttpHandlerImpl

java.lang.Object
jakarta.xml.ws.spi.http.HttpHandler
org.apache.cxf.transport.http_jaxws_spi.HttpHandlerImpl

public class HttpHandlerImpl extends jakarta.xml.ws.spi.http.HttpHandler
A jakarta.xml.ws.spi.http.HttpHandler implementation that uses a JAXWSHttpSpiDestination instance for message processing
  • Constructor Details

  • Method Details

    • handle

      public void handle(jakarta.xml.ws.spi.http.HttpExchange exchange) throws IOException
      Specified by:
      handle in class jakarta.xml.ws.spi.http.HttpHandler
      Throws:
      IOException