Package | Description |
---|---|
org.wso2.carbon.mediator.cache | |
org.wso2.carbon.mediator.cache.digest |
Modifier and Type | Field and Description |
---|---|
static DigestGenerator |
CachingConstants.DEFAULT_XML_IDENTIFIER
Default DigestGenerator for the caching impl
|
Modifier and Type | Method and Description |
---|---|
DigestGenerator |
CacheMediator.getDigestGenerator()
This method gives the DigestGenerator to evaluate the hash values of incoming messages.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheMediator.setDigestGenerator(DigestGenerator digestGenerator)
This method sets the DigestGenerator to evaluate the hash values of incoming messages.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMHASHGenerator
This is the default DigestGenerator for the cache and this implements the
DOMHASH algorithm over an XML node
to implement retrieving a unique key for the normalized xml node.
|
class |
REQUESTHASHGenerator
This is the extended implementation of
DOMHASH algorithm over a HTTP request
and Payload (XML Node) for retrieving a unique key for the request
|
Copyright © 2017 WSO2. All rights reserved.