Re: SOAPTransport.receive()

2002-11-11 Thread Scott Nichol
when coding is not perfect! Scott Nichol - Original Message - From: "Pavel Ausianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 12:31 PM Subject: RE: SOAPTransport.receive() > Scott, > > recieve() currently defined in interf

RE: SOAPTransport.receive()

2002-11-11 Thread Pavel Ausianik
Scott, recieve() currently defined in interface + implemented in 3 classes (Filter, SMTP, HTTP transports) and directly used only in Message (result is not stored), in Call used like follows: in = st.receive(); payloadStr = IOUtils.getStringFromReader(in); To do not break compatibili

Re: SOAPTransport.receive()

2002-11-11 Thread Sanjiva Weerawarana
ssage - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 12:07 PM Subject: Re: SOAPTransport.receive() > I would like to see an analysis of the whole code path for reading the > response to see all the redundancies in proc