Flag indicating whether message is delivered/acked.
The meaning differs according to the type of sequence
to which the message belongs. The value must only be
changed using the complete() method, which should only
be invoked by the Sequence containing the message.
When true, indicates that the message is a request message for
a two-way operation. ClientOutboundSequence with anonymous
AcksTo has to handle Acknowledgements differently in this case.
Returns a com.sun.ws.rm.Message whose inner com.sun.xml.ws.api.message.Message is replaced by
a copy of the original one. This message is stored in the relatedMessage field of ClientInboundSequence
messages. A copy needs to be retained rather than the original since the original will already
have been consumed at such time the relatedMessage needs to be resent.
public void setMessageNumber(int messageNumber)(Code)
Sets the value of the messageNumber field. Used by Sequence methods when
adding message to the sequence.
Parameters: messageNumber - The message number.