Package org.apache.cxf.ws.addressing
Interface MessageIdCache
- 
 public interface MessageIdCacheInterface abstracting various ID caches for enforcement of ID uniqueness.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckUniquenessAndCacheId(String messageId)CheckmessageIdfor uniqueness against previously encountered values and cache the ID.
 
- 
- 
- 
Method Detail- 
checkUniquenessAndCacheIdboolean checkUniquenessAndCacheId(String messageId) 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
 
 
- 
 
-