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

Add programmatically support (Java config) for interceptors [SWS-858] #934

Closed
gregturn opened this issue Jan 7, 2014 · 1 comment
Closed

Comments

@gregturn
Copy link
Contributor

gregturn commented Jan 7, 2014

Martin Wegner opened SWS-858 and commented

Please add programmatically support (Java config) for interceptors.

Until now the only way to register interceptors is via XML sws:interceptors.

Since Spring 3 you have the AnnotationConfigApplicationContext and there is no need to force the usage of XML anymore.

Possible solutions:

1.) New interceptors array parameter for @PayloadRoot and @SoapAction annotations.
2.) New interceptors annoation in combination with the @PayloadRoot or @SoapAction annotation.
3.) A way to call setInterceptors() method of AbstractEndpointMapping after a @Endpoint annotated bean was initialized.

Thank you :)


Affects: 2.1.4

Issue Links:

1 votes, 3 watchers

@gregturn
Copy link
Contributor Author

gregturn commented Mar 24, 2014

Arjen Poutsma commented

Duplicate of #910.

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

2 participants