org.apache.wss4j.common.cache
Class ReplayCacheFactory
java.lang.Object
org.apache.wss4j.common.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
public static boolean isEhCacheInstalled()
newInstance
public static ReplayCacheFactory newInstance()
newReplayCache
public abstract ReplayCache newReplayCache(String key,
Object configuration)
getConfigFileURL
protected URL getConfigFileURL(Object o)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.