Skip navigation links
B C G I O S 

B

build(OMElement) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
Creates the cache mediator with given configuration XML as OMElement.

C

CacheMediator - Class in org.wso2.carbon.mediator.cache.ui
Object of this class is used to store mediator information in UI side.
CacheMediator() - Constructor for class org.wso2.carbon.mediator.cache.ui.CacheMediator
 
CacheMediatorActivator - Class in org.wso2.carbon.mediator.cache.ui
Activator class for Cache Mediator
CacheMediatorActivator() - Constructor for class org.wso2.carbon.mediator.cache.ui.CacheMediatorActivator
 
CacheMediatorService - Class in org.wso2.carbon.mediator.cache.ui
Class that interfaces the mediator service
CacheMediatorService() - Constructor for class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
 

G

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.

I

isAddAgeHeaderEnabled() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method returns whether an Age header need to be included in the cached response.
isCacheControlEnabled() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method returns whether cache-control headers need to be honored when caching.
isCollector() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives whether the mediator should be in the incoming path or in the outgoing path as a boolean.

O

org.wso2.carbon.mediator.cache.ui - package org.wso2.carbon.mediator.cache.ui
 

S

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
B C G I O S 
Skip navigation links

Copyright © 2022 WSO2. All rights reserved.