Uses of Class
org.chenile.core.interceptors.BaseChenileInterceptor
Packages that use BaseChenileInterceptor
Package
Description
The Cache interceptor is here.
Cloud edge switch - the interceptor class is defined here
The core Chenile exchange objects are defined here.
Define Core Chenile interceptors
The Chenile transformation framework that transforms JSON to Object.
Chenile proxy interceptors.
Contains key interceptors that can be used in conjunction with the Chenile Query service.
This class contains the
SecurityInterceptor-
Uses of BaseChenileInterceptor in org.chenile.cache.interceptor
Subclasses of BaseChenileInterceptor in org.chenile.cache.interceptorModifier and TypeClassDescriptionclassCaches an operation return value using the service name, operation name and the parameters that were passed to the operation. -
Uses of BaseChenileInterceptor in org.chenile.cloudedgeswitch.interceptor
Subclasses of BaseChenileInterceptor in org.chenile.cloudedgeswitch.interceptorModifier and TypeClassDescriptionclassThis interceptor, if configured, acts like an edge switch for a service i.e. -
Uses of BaseChenileInterceptor in org.chenile.core.context
Subclasses of BaseChenileInterceptor in org.chenile.core.context -
Uses of BaseChenileInterceptor in org.chenile.core.interceptors
Subclasses of BaseChenileInterceptor in org.chenile.core.interceptorsModifier and TypeClassDescriptionclassHandles all exceptions by: Translating all errors and warnings to international language.classFind the correct service to invoke.classConstructs a generic response from the response and exception that has been thrown.classLogs the output from the response object.classAs per HTTP convention, all custom headers start with "x-" This interceptor copies all headers that start with "x-" into the context. -
Uses of BaseChenileInterceptor in org.chenile.core.transform
Subclasses of BaseChenileInterceptor in org.chenile.core.transformModifier and TypeClassDescriptionclassDetermines the target type for the body of the ChenileExchange and populates that intoChenileExchange.getBodyType()Uses registered bodyTypeSelectors either atChenileServiceDefinitionorOperationDefinitionclassPerforms a transformation from JSON to theChenileExchange.getBodyType()mentioned in theChenileExchange -
Uses of BaseChenileInterceptor in org.chenile.proxy.interceptors
Subclasses of BaseChenileInterceptor in org.chenile.proxy.interceptorsModifier and TypeClassDescriptionclassThis class calculates the correct type for the response body. -
Uses of BaseChenileInterceptor in org.chenile.query.service.interceptor
Subclasses of BaseChenileInterceptor in org.chenile.query.service.interceptorModifier and TypeClassDescriptionclassclassFor specific queries, we should restrict the results only to authorized users. -
Uses of BaseChenileInterceptor in org.chenile.security.interceptor
Subclasses of BaseChenileInterceptor in org.chenile.security.interceptorModifier and TypeClassDescriptionclassThis interceptor usesSecurityConfigto secure this particular resource.It first looks at the SecurityConfig to see if there are any guarding authorities for this service. -
Uses of BaseChenileInterceptor in org.chenile.utils.region
Subclasses of BaseChenileInterceptor in org.chenile.utils.region