jax-ws-api icon indicating copy to clipboard operation
jax-ws-api copied to clipboard

JAX-WS API (Eclipse Project for JAX-WS)

Results 38 jax-ws-api issues
Sort by recently updated
recently updated
newest added

* Provide a way to set Endpoint objects in EndpointContext for e.g.: void addEndpoint(Endpoint e) * Add a method to Endpoint class to give EndpointContext object EndpointContext getEndpointContext() #### Environment...

ERR: Assignee
Priority: Major
Type: Improvement
Component: spec

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]...

ERR: Assignee
Priority: Major
Type: Improvement
Component: spec

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....

ERR: Assignee
Priority: Major
Type: Bug
Component: spec

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...

Type: Improvement
Component: spec
Priority: Minor

"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...

ERR: Assignee
Priority: Major
Type: Bug
Component: spec

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...

ERR: Assignee
Priority: Major
Type: Bug
Component: spec

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...

Type: Improvement
Component: spec
Priority: Minor

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 ()...

Priority: Major
Type: New Feature
Component: spec

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...

Priority: Major
Type: Improvement
Component: spec

In going over the current proposed final draft of the Jakarta Enterprise Web Services specification 2.0, I found the images largely unreadable, even when scaled. Creating this task to record...