It is desirable to have client objects(dispatch and proxy) support java.io.Closeable.
-
BindingProvider extends java.io.Closeable. This is straightforward but a API change.
-
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: javaee/metro-jax-ws#1067
Author: glassfishrobot