JAXWS: MustUnderstand checker should not recalculate the headers needed by the 
sei methods
------------------------------------------------------------------------------------------

                 Key: AXIS2-3959
                 URL: https://issues.apache.org/jira/browse/AXIS2-3959
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


Background: 
MustUnderstand checking must be performed for all required headers.
This includes the headers associated with JAXWS method parameters and headers 
associated with JAXWS handlers.

Problem:
Currently the JAXWS headers associated with the JAXWS method parameters are 
recalculated on each request.  This has a performance overhead.

Solution:
The solution is to calculate the JAXWS headers for the method parameters one 
time and save the list on the AxisService.  
The JAXWS header calculation associated with handlers remains unchanged.

Next Step:
I am doing the final testing on the change.  

Kudos to David Strite who discovered this performance boost and worked with me 
on the proposed change.  



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to