public interface DigestGenerator extends Serializable
Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDigest(org.apache.axis2.context.MessageContext msgContext)
This method will be implemented to return the unique XML node identifier on the given XML node
|
void |
init(Map<String,Object> properties)
If more properties are needed to generate the hash other than the
MessageContext it can be initialized
via this method |
void init(Map<String,Object> properties)
MessageContext
it can be initialized
via this methodproperties
- A list of other properties used to generate the hashString getDigest(org.apache.axis2.context.MessageContext msgContext) throws CachingException
msgContext
- - MessageContext on which the unique identifier will be generatedCachingException
- if there is an error in generating the digest keyCopyright © 2021 WSO2. All rights reserved.