> -----Original Message----- > From: Dan Diephouse [mailto:[EMAIL PROTECTED] > Sent: 05 February 2007 19:53 > To: [email protected] > Subject: Re: HTTP dependency/decoupling issue > [snip] > just give transports a chance to customize > messages if they need to via a PartialResponseSupport > interface or the like.
Something like say AbstractDestination.markPartialResponse()? Destination implementations override this method if they support decoupled semantics and need to customize a partial response message (e.g. by setting the response code to 202). Otherwise the Destination impl doesn't need to worry about partial responses at all. /Eoghan
