Apache CXF API

org.apache.cxf.transport.http_jaxws_spi
Class HttpHandlerImpl

java.lang.Object
  extended by HttpHandler
      extended by org.apache.cxf.transport.http_jaxws_spi.HttpHandlerImpl

public class HttpHandlerImpl
extends 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(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(HttpExchange exchange)
            throws IOException
Throws:
IOException

Apache CXF API

Apache CXF