Class HttpExchange

java.lang.Object
jakarta.xml.ws.spi.http.HttpExchange

public abstract class HttpExchange extends Object
This class encapsulates a HTTP request received and a response to be generated in one exchange. It provides methods for examining the request from the client, and for building and sending the response.

A HttpExchange must be closed to free or reuse underlying resources. The effect of failing to close an exchange is undefined.

Since:
1.7, JAX-WS 2.2