Duplicate code in OperationClient 
----------------------------------

                 Key: AXIS2-1841
                 URL: http://issues.apache.org/jira/browse/AXIS2-1841
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: client-api
    Affects Versions: 1.2
            Reporter: Deepal Jayasinghe


Glen and I went through client side code base and found out that there are 
multiple places we have duplicate codes , and the solution we came up with 
listed below;
- We can convert OperationClient interface to an abstract class and move the 
constructor code the abstract class .
- Move duplicate code inside the execute method to a utility class or somewhere 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to