Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Enhance WSDL to Java Generation to Include set* for List Data #1

Open
romeara opened this issue Dec 15, 2015 · 0 comments
Open

Enhance WSDL to Java Generation to Include set* for List Data #1

romeara opened this issue Dec 15, 2015 · 0 comments

Comments

@romeara
Copy link
Member

romeara commented Dec 15, 2015

The WSDL-to-Java algorithm from CXF currently does not, by default, generate set methods for List fields. It would improve API clarity and usability to enhance the operation to generate these methods.

One possible method to add this would be a JAXB2 plug-in. There is documentation about these plug-ins here

We'll also have to ensure that no existing method signatures are changed by adding a plug-in, to preserve backwards compatibility

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

No branches or pull requests

1 participant