Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Extend API of javax.xml.ws.wsaddressing.W3CEndpointReference with getters #194

Open
Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments

Comments

@Tomas-Kraus
Copy link
Contributor

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<QName,String> getAddressAttributes();
List getReferenceParameters ()
Element getReferenceParameterAtIndex(int nIndex)
List getMetadata ()
Map<QName,String> getAttributes()
List getElements()

The workaround is to serialize the object to XML and than parse the XML what is quite inefficient and nasty

Affected Versions

[2.2.7]

Source: javaee/metro-jax-ws#1132
Author: glassfishrobot

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant