Move RESPONSE_WRITTEN flag from OperationContext to RequestResponseTransport 
instance
-------------------------------------------------------------------------------------

                 Key: AXIS2-2851
                 URL: https://issues.apache.org/jira/browse/AXIS2-2851
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: nightly
            Reporter: Dustin Amrhein
             Fix For: nightly


In order to properly integrate with Sandesha, we need to move the 
RESPONSE_WRITTEN from the OperationContext to the RequestResponseTransport 
instance. Specifically these changes were made in order to allow Axis2 and 
Sandesha to handle the oneway request case in which data is sent back in the 
ack. This will allow transport code to determine if data was sent back as the 
RESPONSE_WRITTEN will now be on the RequestResponseTransport instance instead 
of the OperationContext, which in the case of an ack is not available.

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

Reply via email to