Java javax.xml.ws.spi.http HttpExchange fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws.spi.http HttpExchange fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws.spi.http HttpExchange.

The text is from its open source code.

Method

StringgetRequestMethod()
Get the HTTP request method
OutputStreamgetResponseBody()
Returns a stream to which the response body must be written.
Map>getResponseHeaders()
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.