You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jaliya Ekanayake (JIRA)" <ji...@apache.org> on 2007/06/11 21:57:26 UTC

[jira] Updated: (AXIS2-2642) Inconsistencies in getting engaged modules

     [ https://issues.apache.org/jira/browse/AXIS2-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaliya Ekanayake updated AXIS2-2642:
------------------------------------

    Priority: Blocker  (was: Major)

> Inconsistencies in getting engaged modules 
> -------------------------------------------
>
>                 Key: AXIS2-2642
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2642
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: Any
>            Reporter: Saminda Wishwajith Abeyruwan
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>
> We've came across the following inconsistencies when calling getEngagedModules() method, in
> 1. AxisOperation
> 2. AxisService
> 3. AxisServiceGroup
> AxisOperation has,
> public Collection getEngagedModules() {...} --> This will give an instance of ArrayList which has AxisModule  objects.
> AxisService has,
> public Collection getEngagedModules() {...} --> This will give an instance of ArrayList which has String objects.
>                                                                              String objects are the names of engaged modules.
> AxisServiceGroup has,
> public ArrayList getEngagedModules() {...} --> This will give an instance of ArrayList which has String objects.
>                                                                             String objects are the names of engaged modules.
> This will lead to difficulties when working with them.
> IMHO  getEngagedModules() should be an abstract method in AxisDescription;
> public List getEngagedModules(),
> and should return either AxisModule or Name of the module as String. IMHO AxisModule would be preferable. Thus, others that extend from AxisDecription will be benefited too.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org