Alessio Soldano created JBWS-3969:
-------------------------------------
Summary: Optimize JBossWSInvoker::invoke
Key: JBWS-3969
URL:
https://issues.jboss.org/browse/JBWS-3969
Project: JBoss Web Services
Issue Type: Enhancement
Components: jbossws-cxf, jbossws-integration
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.1.2.Final
JBossWSInvoker::invoke calls ApacheCXF AbstractJAXWSMethodInvoker::adjustMethodAndParams
which checks for the existence of @UseAsyncMethod annotation on the method to be invoked.
That is expensive and not needed at all if that annotation is not used (it's a cxf
specific one..).
We should avoid doing the check if we already know from the Jandex index that there's
not such annotation in the deployment.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)