Andrei Shakirin created CXF-5512:
------------------------------------
Summary: @UseAsyncMethod annotation doesn't work for classes
implementing Provider<T>
Key: CXF-5512
URL: https://issues.apache.org/jira/browse/CXF-5512
Project: CXF
Issue Type: Bug
Affects Versions: 3.0.0-milestone1
Reporter: Andrei Shakirin
Assignee: Andrei Shakirin
In case if handler implements Provider<T> interface, the @UseAsyncMethod
annotation doesn't work.
The reason is the following: : JAXWSProviderMethodDispatcher returns invoke()
method directly from javax.xml.ws.Provider interface and of course this method
doesn't contain any annotation.
Therefore JAXWSMethodInvoker.adjustMethodAndParams() doesn't recognizes
@UseAsyncMethod annotation there.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)