Endpoint for protocol responses. May be the WS-Addressing anonymous endpoint.
There are several variations depending on whether this EPR is the same as
the one used by application messages in the companion InboundSequence
Flag determines whether messages will be saved. Will only be
false in the case of companions to ServerInboundSequences for
endpoints with no two-way operations.
Add AckRequested element to an existing message if one is not already
present. This is used to ensure that an AckRequested header is included
on every resend.
Parameters: mess - The message Parameters: marshaller -
Removes acked messages from list.
(For anonymous client, need to widen definition of acked to include the
requirement that responses have arrived.)
Parameters: element - The SequenceAcknowledgementElement containing theranges of messages to be removed.
Add a pending acknowledgement to a message without adding message to sequence. Used
for sending final ack on a TerminateSequence message if necessary.
Parameters: mess - The OutboundMessage. Parameters: marshaller - The Marshaller to use
Called by disconnect before sending Last and Terminate sequence. Blocks until all messages
have been acked. The notifyAll method is called by OutboundSequence.acknowledge when
stored message count reaches 0.