org.apache.cxf.ws.addressing.impl
Class DefaultMessageIdCache

java.lang.Object
  extended by org.apache.cxf.ws.addressing.impl.DefaultMessageIdCache
All Implemented Interfaces:
org.apache.cxf.ws.addressing.MessageIdCache

public class DefaultMessageIdCache
extends Object
implements org.apache.cxf.ws.addressing.MessageIdCache

An implementation that uses a simple set to store received message IDs. Note that this implementation does not make any attempt to flush older message IDs or to persist the message IDs outside of this instance.


Constructor Summary
DefaultMessageIdCache()
           
 
Method Summary
 boolean checkUniquenessAndCacheId(String messageId)
           
protected  Set<String> getMessageIdSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMessageIdCache

public DefaultMessageIdCache()
Method Detail

checkUniquenessAndCacheId

public boolean checkUniquenessAndCacheId(String messageId)
Specified by:
checkUniquenessAndCacheId in interface org.apache.cxf.ws.addressing.MessageIdCache

getMessageIdSet

protected Set<String> getMessageIdSet()


Apache CXF