org.apache.cxf.ws.security.cache
Class ReplayCacheFactory
java.lang.Object
org.apache.cxf.ws.security.cache.ReplayCacheFactory
- Direct Known Subclasses:
- EHCacheReplayCacheFactory, MemoryReplayCacheFactory
public abstract class ReplayCacheFactory
- extends Object
An abstract factory to return a ReplayCache instance. It returns an EHCacheReplayCacheFactory
if EH-Cache is available. Otherwise it returns a MemoryReplayCacheFactory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplayCacheFactory
public ReplayCacheFactory()
isEhCacheInstalled
protected static boolean isEhCacheInstalled()
newInstance
public static ReplayCacheFactory newInstance()
newReplayCache
public abstract org.apache.ws.security.cache.ReplayCache newReplayCache(String key,
Message message)
getConfigFileURL
protected URL getConfigFileURL(Message message)
Apache CXF