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 "Saminda Wishwajith Abeyruwan (JIRA)" <ji...@apache.org> on 2007/05/07 12:58:15 UTC

[jira] Created: (AXIS2-2643) AxisOperation needs an getMessages() method

 AxisOperation needs an getMessages() method 
---------------------------------------------

                 Key: AXIS2-2643
                 URL: https://issues.apache.org/jira/browse/AXIS2-2643
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
         Environment: Any
            Reporter: Saminda Wishwajith Abeyruwan
         Assigned To: Saminda Wishwajith Abeyruwan


There might be a service which will provide information about the
service and operations deployed in the system. What it will be doing is
it will look at the all the operations and tries to get all the message
in a generic way. If we do not have the proposed method, there will be a
set of if conditions which will check for each and every MEP and if
there is a custom MEP, then it won't scale. That is why we proposed to
have getMessages() method.

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


[jira] Resolved: (AXIS2-2643) AxisOperation needs an getMessages() method

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srinath Perera resolved AXIS2-2643.
-----------------------------------

    Resolution: Fixed

added following method to AxisOperation

 public Iterator getMessages(){
        return getChildren();
    }

>  AxisOperation needs an getMessages() method 
> ---------------------------------------------
>
>                 Key: AXIS2-2643
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2643
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: Any
>            Reporter: Saminda Wishwajith Abeyruwan
>            Assignee: Saminda Wishwajith Abeyruwan
>            Priority: Blocker
>
> There might be a service which will provide information about the
> service and operations deployed in the system. What it will be doing is
> it will look at the all the operations and tries to get all the message
> in a generic way. If we do not have the proposed method, there will be a
> set of if conditions which will check for each and every MEP and if
> there is a custom MEP, then it won't scale. That is why we proposed to
> have getMessages() method.

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


[jira] Updated: (AXIS2-2643) AxisOperation needs an getMessages() method

Posted by "Jaliya Ekanayake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaliya Ekanayake updated AXIS2-2643:
------------------------------------

    Priority: Blocker  (was: Major)

>  AxisOperation needs an getMessages() method 
> ---------------------------------------------
>
>                 Key: AXIS2-2643
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2643
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: Any
>            Reporter: Saminda Wishwajith Abeyruwan
>            Assignee: Saminda Wishwajith Abeyruwan
>            Priority: Blocker
>
> There might be a service which will provide information about the
> service and operations deployed in the system. What it will be doing is
> it will look at the all the operations and tries to get all the message
> in a generic way. If we do not have the proposed method, there will be a
> set of if conditions which will check for each and every MEP and if
> there is a custom MEP, then it won't scale. That is why we proposed to
> have getMessages() method.

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