org.apache.cxf.transport.http_jaxws_spi
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.HttpHandler
A javax.xml.ws.spi.http.HttpHandler implementation that uses
a JAXWSHttpSpiDestination instance for message processing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpHandlerImpl
public HttpHandlerImpl(JAXWSHttpSpiDestination destination)
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