javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

java.io.Closeable and BindingProvider #1067

Open glassfishrobot opened 12 years ago

glassfishrobot commented 12 years ago

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.

glassfishrobot commented 12 years ago

Reported by scchen

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS-1067