Apache CXF API

org.apache.cxf.transport.http_jaxws_spi
Class HttpHandlerImpl

java.lang.Object
  extended by javax.xml.ws.spi.http.HttpHandler
      extended by org.apache.cxf.transport.http_jaxws_spi.HttpHandlerImpl

public class HttpHandlerImpl
extends javax.xml.ws.spi.http.HttpHandler

A javax.xml.ws.spi.http.HttpHandler implementation that uses a JAXWSHttpSpiDestination instance for message processing


Constructor Summary
HttpHandlerImpl(JAXWSHttpSpiDestination destination)
           
 
Method Summary
 void handle(javax.xml.ws.spi.http.HttpExchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpHandlerImpl

public HttpHandlerImpl(JAXWSHttpSpiDestination destination)
Method Detail

handle

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

Apache CXF API

Apache CXF