com.ibm.websphere.cache.webservices

Interface InvalidationGenerator


  1. public interface InvalidationGenerator
The InvalidationGenerator is responsible for generating cache invalidation ids. These ids are used by WebService client cache.

When implementing this interface, be aware that multiple threads may be using the same InvalidationGenerator concurrently.


Method Summary

Modifier and Type Method and Description
  1. java.lang.String[]
getInvalidationIds(javax.xml.rpc.handler.soap.SOAPMessageContext messageContext)
This method is called once on every SOAP request and generates the ids that are used to invalidate entries in cache.

Method Detail

getInvalidationIds

  1. java.lang.String[] getInvalidationIds( javax.xml.rpc.handler.soap.SOAPMessageContext messageContext)
This method is called once on every SOAP request and generates the ids that are used to invalidate entries in cache.
Parameters:
messageContext - The messageContext object used to access to the SOAP message
Returns:
String[] array of unique invalidation ids.