Tomáš Kraus
Tomáš Kraus
BindingProvider#close() would be useful to clean up any resources associated with the proxy(a runtime may clean RM/SC sessions etc) #### Environment Operating System: All Platform: All #### Affected Versions [2.2]...
In JAX-WS spec 3.7 Service Specific Exception says "For each getter in the exception and its superclasses, a property of the same type and name is added to the bean....
Spec pdf doesn't mention about EndpointContext. There is a brief reference to it in section 6.6 (HTTP SPI). API's javadoc has the necessary info but it would be nice if...
"4.1.4 Executor * Conformance (Use of Executor): If an executor object is successfully configured for use by a Service via the setExecutor method, then subsequent asynchronous callbacks MUST be delivered...
The type of the MessageContext.WSDL_DESCRIPTION property is URI in the spec but org.xml.sax.InputSource in the javadocs. The javadocs should have been corrected to use URI, because the type has been...
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...
The class javax.xml.ws.wsaddressing.W3CEndpointReference can be easily build with W3CEndpointReferenceBuilder. But it is missing APIs to retrieve the content. I'd especially need methods like String getAddressUri(); Map getAddressAttributes(); List getReferenceParameters ()...
I'd would be nice if the next specification standardizes connect and read timeout properties. These are so fundamental that they should exist in the in the BindingProvider interface with a...
In reading over the Handler Framework (section 9,) of the JAX-WS 2.2 Rev a (maintenance release 4), I found the Processing Model to be ambiguous about certain aspects of threading...
10.2.2.3 Mapping Exceptions to SOAP Faults talks about mapping exceptions to faults. SOAP 1.2 Fault can have the env:Node elmeent that carry information about which SOAP Node threw the fault....