|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageIdStrategy
Strategy interface that encapsulates the creation and validation of WS-Addressing MessageID
s.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
boolean isDuplicate(URI messageId)
MessageID
value is a duplicate or not
messageId
- the message id
true
if a duplicate; false
otherwiseURI newMessageId(SoapMessage message)
MessageID
for the given SoapMessage
.
message
- the message to create an id for
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |