[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]