- 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.
- 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.