[ http://issues.apache.org/jira/browse/AXIS2-1841?page=all ]

Deepal Jayasinghe updated AXIS2-1841:
-------------------------------------

    Attachment: AXIS2-1841.patch

Hi Dims;
Here is the patch that remove duplicate code in client side. This patch 
contains following major changes
Introduce new class call TwoChannelAxisOperation , parent class for bot inout 
and outin AxisOperation
Convert  OperationClient to an abstract class

So pls go through the patch and let me know what need to be done.

Thanks
Deepal

> 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
>         Attachments: AXIS2-1841.patch
>
>
> 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