jax-ws-api icon indicating copy to clipboard operation
jax-ws-api copied to clipboard

java.io.Closeable and BindingProvider

Open Tomas-Kraus opened this issue 2 years ago • 0 comments

It is desirable to have client objects(dispatch and proxy) support java.io.Closeable.

  1. BindingProvider extends java.io.Closeable. This is straightforward but a API change.

  2. No API change, but in JAX-WS spec add a statement that client objects(dispatch and proxy) may/should/must implement the java.io.Closeable.

Source: https://github.com/javaee/metro-jax-ws/issues/1067 Author: glassfishrobot

Tomas-Kraus avatar Jun 02 '22 17:06 Tomas-Kraus