Uses of Interface
org.wso2.carbon.mediator.cache.digest.DigestGenerator
-
Packages that use DigestGenerator Package Description org.wso2.carbon.mediator.cache org.wso2.carbon.mediator.cache.digest -
-
Uses of DigestGenerator in org.wso2.carbon.mediator.cache
Fields in org.wso2.carbon.mediator.cache declared as DigestGenerator Modifier and Type Field Description static DigestGenerator
CachingConstants. DEFAULT_HASH_GENERATOR
Default DigestGenerator for the caching impl.Methods in org.wso2.carbon.mediator.cache that return DigestGenerator Modifier and Type Method Description DigestGenerator
CacheMediator. getDigestGenerator()
This method gives the DigestGenerator to evaluate the hash values of incoming messages.Methods in org.wso2.carbon.mediator.cache with parameters of type DigestGenerator Modifier and Type Method Description void
CacheMediator. setDigestGenerator(DigestGenerator digestGenerator)
This method sets the DigestGenerator to evaluate the hash values of incoming messages. -
Uses of DigestGenerator in org.wso2.carbon.mediator.cache.digest
Classes in org.wso2.carbon.mediator.cache.digest that implement DigestGenerator Modifier and Type Class Description class
DOMHASHGenerator
Deprecated.class
HttpRequestHashGenerator
TheDigestGenerator
for the HTTP protocol type.class
REQUESTHASHGenerator
Deprecated.
-