jax-ws-api
jax-ws-api copied to clipboard
java.io.Closeable and BindingProvider
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: https://github.com/javaee/metro-jax-ws/issues/1067 Author: glassfishrobot