Uses of Class
org.chenile.service.registry.context.RemoteChenileExchange
Packages that use RemoteChenileExchange
Package
Description
Registers key chenile proxy beans in spring
Chenile proxy interceptors.
Chenile proxy interpolations
This contains remote service registry code.
-
Uses of RemoteChenileExchange in org.chenile.configuration.proxy
Methods in org.chenile.configuration.proxy that return types with arguments of type RemoteChenileExchangeModifier and TypeMethodDescriptionProxyConfiguration.operationSpecificClientProcessorsInterpolation()ProxyConfiguration.serviceSpecificClientProcessorsInterpolation() -
Uses of RemoteChenileExchange in org.chenile.proxy.interceptors
Classes in org.chenile.proxy.interceptors that implement interfaces with type arguments of type RemoteChenileExchangeFields in org.chenile.proxy.interceptors declared as RemoteChenileExchangeModifier and TypeFieldDescriptionprivate final RemoteChenileExchangeChenileResponseHandler.chenileExchangeMethods in org.chenile.proxy.interceptors with parameters of type RemoteChenileExchangeModifier and TypeMethodDescriptionprivate static StringHttpInvoker.constructUrl(String contextPath, String url, RemoteChenileExchange exchange) Constructs the URL taking care of path variablesvoidHttpInvoker.execute(RemoteChenileExchange exchange) protected RestTemplateHttpInvoker.getRestTemplate(RemoteChenileExchange chenileExchange) Constructors in org.chenile.proxy.interceptors with parameters of type RemoteChenileExchangeModifierConstructorDescriptionChenileResponseHandler(RemoteChenileExchange exchange, tools.jackson.databind.ObjectMapper objectMapper) -
Uses of RemoteChenileExchange in org.chenile.proxy.interceptors.interpolations
Subclasses with type arguments of type RemoteChenileExchange in org.chenile.proxy.interceptors.interpolationsModifier and TypeClassDescriptionclassInterpolates all the operation specific processors on the client side for Chenile ProxyclassInterpolates all the service specific processors on the client side for Chenile ProxyMethods in org.chenile.proxy.interceptors.interpolations that return types with arguments of type RemoteChenileExchangeModifier and TypeMethodDescriptionprotected List<Command<RemoteChenileExchange>> OperationSpecificClientProcessorsInterpolation.fetchCommands(RemoteChenileExchange exchange) protected List<Command<RemoteChenileExchange>> ServiceSpecificClientProcessorsInterpolation.fetchCommands(RemoteChenileExchange exchange) Methods in org.chenile.proxy.interceptors.interpolations with parameters of type RemoteChenileExchangeModifier and TypeMethodDescriptionprotected List<Command<RemoteChenileExchange>> OperationSpecificClientProcessorsInterpolation.fetchCommands(RemoteChenileExchange exchange) protected List<Command<RemoteChenileExchange>> ServiceSpecificClientProcessorsInterpolation.fetchCommands(RemoteChenileExchange exchange) -
Uses of RemoteChenileExchange in org.chenile.proxy.utils
Methods in org.chenile.proxy.utils that return RemoteChenileExchangeModifier and TypeMethodDescriptionProxyUtils.makeRemoteExchange(ChenileRemoteServiceDefinition serviceDefinition, ChenileRemoteOperationDefinition operationDefinition, HeaderCopier headerCopier) Methods in org.chenile.proxy.utils that return types with arguments of type RemoteChenileExchangeModifier and TypeMethodDescriptionProxyUtils.makeInterceptorList(List<String> componentNames) ProxyUtils.makeInterceptorList(ChenileRemoteOperationDefinition od) ProxyUtils.makeInterceptorList(ChenileRemoteServiceDefinition sd) -
Uses of RemoteChenileExchange in org.chenile.service.registry.model
Fields in org.chenile.service.registry.model with type parameters of type RemoteChenileExchangeModifier and TypeFieldDescriptionChenileRemoteOperationDefinition.clientInterceptorsChenileRemoteServiceDefinition.clientInterceptors