Package org.apache.cxf.ws.addressing
Interface MessageIdCache
public interface MessageIdCache
Interface abstracting various ID caches for enforcement of ID uniqueness.
- 
Method Summary
Modifier and TypeMethodDescriptionbooleancheckUniquenessAndCacheId(String messageId) CheckmessageIdfor uniqueness against previously encountered values and cache the ID. 
- 
Method Details
- 
checkUniquenessAndCacheId
CheckmessageIdfor uniqueness against previously encountered values and cache the ID. Note that the retention policy for previously encountered values is implementation specific.- Parameters:
 messageId- the message ID to check for uniqueness and cache for future comparison- Returns:
 - true if and only if 
messageIdis not already in the cache 
 
 -