We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The JAX-WS 2.1.1 specification architects and specifies fully dynamic JAX-WS based Web Services clients.
To use such Dispatch<?> based clients together with WS-Addressing, the spec needs to add two more factory methods to the Service class:
a) Service.createDispatch(QName portName, EndpointReference epr, Class class, Mode messageMode); b) Service.createDispatch(QName portName, EndpointReference epr, JAXBContext context, Mode messageMode);
The RI source code already implements at least one of those methods so clearly there is already the need for this.
For more information see the following forum thread: http://forums.java.net/jive/thread.jspa?threadID=26576&tstart=30
Operating System: All Platform: All URL: http://forums.java.net/jive/thread.jspa?threadID=26576&tstart=30
[JAXWS 2.1.1 RC1]
Source: javaee/metro-jax-ws#340 Author: glassfishrobot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The JAX-WS 2.1.1 specification architects and specifies fully dynamic JAX-WS
based Web Services clients.
To use such Dispatch<?> based clients together with WS-Addressing, the spec
needs to add two more factory methods to the Service class:
a) Service.createDispatch(QName portName, EndpointReference epr, Class class,
Mode messageMode);
b) Service.createDispatch(QName portName, EndpointReference epr, JAXBContext
context, Mode messageMode);
The RI source code already implements at least one of those methods so clearly
there is already the need for this.
For more information see the following forum thread:
http://forums.java.net/jive/thread.jspa?threadID=26576&tstart=30
Environment
Operating System: All
Platform: All
URL: http://forums.java.net/jive/thread.jspa?threadID=26576&tstart=30
Affected Versions
[JAXWS 2.1.1 RC1]
Source: javaee/metro-jax-ws#340
Author: glassfishrobot
The text was updated successfully, but these errors were encountered: