Daniel Kulp created CXF-6282:
--------------------------------

             Summary: Add ability to have proxies implement AutoCloseable
                 Key: CXF-6282
                 URL: https://issues.apache.org/jira/browse/CXF-6282
             Project: CXF
          Issue Type: Improvement
          Components: Tooling
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 3.1.0



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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to