Apache CXF API

Uses of Class
org.apache.cxf.ws.security.cache.ReplayCacheFactory

Packages that use ReplayCacheFactory
org.apache.cxf.ws.security.cache   
 

Uses of ReplayCacheFactory in org.apache.cxf.ws.security.cache
 

Subclasses of ReplayCacheFactory in org.apache.cxf.ws.security.cache
 class EHCacheReplayCacheFactory
          A factory to return an EHCacheReplayCache instance.
 class MemoryReplayCacheFactory
          A factory to return a MemoryReplayCache instance.
 

Methods in org.apache.cxf.ws.security.cache that return ReplayCacheFactory
static ReplayCacheFactory ReplayCacheFactory.newInstance()
           
 


Apache CXF API

Apache CXF