Performance improvement in EndpointInterfaceDescriptionImpl
-----------------------------------------------------------

                 Key: AXIS2-3023
                 URL: https://issues.apache.org/jira/browse/AXIS2-3023
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Nikhil Thaker
            Assignee: Nikhil Thaker


The operation lookup in 
EndpointInterfaceDescriptionImpl.getDispatchableOperation(QName) performs a 
bunch of terations over lists copying arrays to find the operation for the 
input qName.  I am adding code that will improve the performance by building a 
map of operations by qName when the operation is added. Then 
getDispatchableOperation can just do a lookup on hashmap for the qname this 
will increase the performance.

-- 
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