Description
The proxies returned from CXF implement Closeable, BindingProvider, and Client. However, the SEI interfaces do not extend any of them (JAX-WS spec requirement) which requires the user to cast those proxies to the appropriate types. It would be nice to have the ability to have those interfaces added to the super interfaces of the SEI to allow direct use of the methods. In particular, with Java7, if the SEI's could implement Closeable, using them in try with resources blocks would be much easier.