org.apache.cxf.transport.http_jaxws_spi
Class HttpHandlerImpl
java.lang.Object
HttpHandler
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
|
Method Summary |
void |
handle(HttpExchange exchange)
|
| 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(HttpExchange exchange)
throws IOException
- Throws:
IOException
Apache CXF