public interface MessageIdStrategy
MessageID
s.Modifier and Type | Method and Description |
---|---|
boolean |
isDuplicate(URI messageId)
Indicates whether the given
MessageID value is a duplicate or not |
URI |
newMessageId(SoapMessage message)
Returns a new WS-Addressing
MessageID for the given SoapMessage . |
boolean isDuplicate(URI messageId)
MessageID
value is a duplicate or notmessageId
- the message idtrue
if a duplicate; false
otherwiseURI newMessageId(SoapMessage message)
MessageID
for the given SoapMessage
.message
- the message to create an id for