Apache CXF API

org.apache.cxf.ws.security.cache
Class MemoryReplayCacheFactory

java.lang.Object
  extended by org.apache.cxf.ws.security.cache.ReplayCacheFactory
      extended by org.apache.cxf.ws.security.cache.MemoryReplayCacheFactory

public class MemoryReplayCacheFactory
extends ReplayCacheFactory

A factory to return a MemoryReplayCache instance.


Constructor Summary
MemoryReplayCacheFactory()
           
 
Method Summary
 org.apache.ws.security.cache.ReplayCache newReplayCache(String key, Message message)
           
 
Methods inherited from class org.apache.cxf.ws.security.cache.ReplayCacheFactory
getConfigFileURL, isEhCacheInstalled, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryReplayCacheFactory

public MemoryReplayCacheFactory()
Method Detail

newReplayCache

public org.apache.ws.security.cache.ReplayCache newReplayCache(String key,
                                                               Message message)
Specified by:
newReplayCache in class ReplayCacheFactory

Apache CXF API

Apache CXF