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

Java: Improve JaxWsEndpoint::getARemoteMethod #13900

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atorralba
Copy link
Contributor

JaxWsEndpoint::getARemoteMethod required its methods to be annotated with @WebMethod or @WebEndpoint to be considered sources. This is inconsistent with certain implementations of JAX-RS (like Apache CXF), where @WebService methods are still externally accessible if their parameter and return types meet certain conditions. This PR expands our support of JAX-RS to include this.

The logic for acceptable types was obtained from the JAX-RPC Specification 1.1.

@atorralba atorralba requested a review from a team as a code owner August 7, 2023 08:25
@atorralba atorralba changed the title Java: Improved JaxWsEndpoint::getARemoteMethod Java: Improve JaxWsEndpoint::getARemoteMethod Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant