Class HttpHandlerImpl
- java.lang.Object
-
- javax.xml.ws.spi.http.HttpHandler
-
- org.apache.cxf.transport.http_jaxws_spi.HttpHandlerImpl
-
public class HttpHandlerImpl extends javax.xml.ws.spi.http.HttpHandlerA javax.xml.ws.spi.http.HttpHandler implementation that uses a JAXWSHttpSpiDestination instance for message processing
-
-
Constructor Summary
Constructors Constructor Description HttpHandlerImpl(JAXWSHttpSpiDestination destination)
-
-
-
Constructor Detail
-
HttpHandlerImpl
public HttpHandlerImpl(JAXWSHttpSpiDestination destination)
-
-
Method Detail
-
handle
public void handle(javax.xml.ws.spi.http.HttpExchange exchange) throws IOException- Specified by:
handlein classjavax.xml.ws.spi.http.HttpHandler- Throws:
IOException
-
-