Message SPI and associated interfaces need cleanup before 1.0
-------------------------------------------------------------

                 Key: TUSCANY-1704
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1704
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-1.0
         Environment: All
            Reporter: Simon Nash
             Fix For: Java-SCA-1.0


The Message SPI needs to be cleaned up for Tuscany 1.0, as this is a committed 
stable SPI that will be hard to change afterwards.  It should contain only the 
following methods:
   getBody() / setBody()
   getFrom() / setFrom()
   getTo() / setTo()
   isFault()
   setFaultBody()
   getOperation() / setOperation()
The following methods are not needed and should be removed:
   getConversationID() / setConversationID()
   getReplyTo() / setReplyTo()
   getMessageID() / setMessageID()
   getCorrelationID() / setCorrelationID()

The Message refers to EndpointtReference and ReferenceParameters.  These should 
also be cleaned up to remove redundant methods.  In EndpointReference, the 
following methods should be removed:
   getCallbackEndpoint() / setCallbackEndpoint()

In ReferenceParameters, the following methods should be removed:
   getCallbackObjectID() / setCallbackObjectID()





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