jax-ws-api
jax-ws-api copied to clipboard
Allow setting transport timeout parameters in the API
Allow setting transport timeout parameters in a provider independent way in a client. Currently you need to use provider specific parameters, like com.sun.xml.ws.connect.timeout.
Additionally, the timeouts should be possible to set before (or at the time of) client construction, because client construction fetches wsdl, which can cause the client to be blocked infinitely on wsdl fetch. Please see http://forums.java.net/jive/thread.jspa?threadID=58632 for some more details.
Environment
Operating System: All Platform: All
Affected Versions
[2.1]
Source: https://github.com/javaee/metro-jax-ws/issues/712 Author: glassfishrobot