Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3969

Optimize JBossWSInvoker::invoke

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            rhn-support-asoldano Alessio Soldano
            rhn-support-asoldano Alessio Soldano
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: