done. On 6/17/05, David Blevins <[EMAIL PROTECTED]> wrote: > Thanks for gettting these refactors in! > > Can anyone make these two methods protected real quick? Waiting to check in > some code that uses them. > > private RPCElement getBody(SOAPEnvelope reqEnv, MessageContext msgContext) > throws Exception { > private OperationDesc getOperationDesc(MessageContext msgContext, RPCElement > body) throws SAXException, AxisFault { > > Thanks, > David > > On Fri, Jun 17, 2005 at 08:46:39PM +0200, Davanum Srinivas (JIRA) wrote: > > [ http://issues.apache.org/jira/browse/AXIS-2061?page=all ] > > > > Davanum Srinivas resolved AXIS-2061: > > ------------------------------------ > > > > Resolution: Fixed > > > > did the refactoring myself...seems to hold up. (still need to figure out > > why calling getOperationDesc *before* body.getParams() fails) > > > > -- dims > > > > > Refactored RPCProvider > > > ---------------------- > > > > > > Key: AXIS-2061 > > > URL: http://issues.apache.org/jira/browse/AXIS-2061 > > > Project: Apache Axis > > > Type: Improvement > > > Components: Basic Architecture > > > Versions: 1.2.1 > > > Reporter: David Blevins > > > Attachments: RPCProvider.java, RPCProvider.java.diff > > > > > > I've split up the RPCProvider's processMessage method so I could override > > > it more easily. I actually have my own implementation of processMessage > > > and simply use the split out methods. > > > > -- > > 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 >
-- Davanum Srinivas -http://blogs.cocoondev.org/dims/