PERF: AddressingOutHandler.WSAHeaderHandler does not need its own logger
------------------------------------------------------------------------

                 Key: AXIS2-2359
                 URL: https://issues.apache.org/jira/browse/AXIS2-2359
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Addressing
            Reporter: David Illsley
         Assigned To: David Illsley
            Priority: Minor


PERF: AddressingOutHandler.WSAHeaderHandler does not need its own logger

Profiling the AddressingOutHandler shows that because the logger in the inner 
class cannot be static there's a lot of class caching going on. Simple fix: 
Remove the inner logger and rely on the outer one.

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