- getDigestGenerator() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives the DigestGenerator to evaluate the hash values of incoming messages.
- getDisplayName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
-
This gives the display name for the mediator in the add mediator menu, and this can
be any
String
.
- getGroupName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
-
Gives the mediator categorization in the add mediator menu.
- getHeadersToExcludeInHash() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives array of headers that would be excluded when hashing.
- getHeadersToIncludeInHash() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives array of headers that would be included when hashing.
- getHTTPMethodsToCache() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives the HTTP method that needs to be cached.
- getInMemoryCacheSize() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives the size of the messages to be cached in memory.
- getLogicalName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
-
This should be equivalent to Mediator.getType()
of the
mediator.
- getMaxMessageSize() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives the maximum size of the messages to be cached in bytes.
- getMediator() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
-
Retrieves a default new mediator instances of the representing mediator.
- getOnCacheHitRef() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives reference to the onCacheHit sequence to be executed.
- getProtocolType() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
Returns the protocolType of the message.
- getResponseCodes() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
Returns the response codes (regex expression).
- getTagLocalName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives the local name of the mediator.
- getTagLocalName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
-
This gives the mediator serialization tag local name.
- getTimeout() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method gives the timeout period in milliseconds.
- serialize(OMElement) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
- setAddAgeHeaderEnabled(boolean) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets whether an Age header need to be included in the cached response.
- setCacheControlEnabled(boolean) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets whether cache-control headers need to be honored when caching.
- setCollector(boolean) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets whether the mediator should be in the incoming path or in the outgoing path as a boolean.
- setDigestGenerator(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets the DigestGenerator to evaluate the hash values of incoming messages.
- setHeadersToExcludeInHash(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets the array of headers that would be excluded when hashing.
- setHeadersToIncludeInHash(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets the array of headers that would be included when hashing.
- setHTTPMethodsToCache(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This sets the HTTP method that needs to be cached.
- setInMemoryCacheSize(int) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets the size of the messages to be cached in memory.
- setMaxMessageSize(int) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets the maximum size of the messages to be cached in bytes.
- setOnCacheHitRef(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets reference to the onCacheHit sequence to be executed.
- setProtocolType(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets protocolType of the messages.
- setResponseCodes(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets the response codes that needs to be cached.
- setTimeout(long) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
-
This method sets the timeout period as milliseconds.
- start(BundleContext) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorActivator
-
Starts the cache mediator service
- stop(BundleContext) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorActivator
-
Stops the cache mediator service