Interface HttpServiceProxyFactory.ProxyFactoryCustomizer

Enclosing class:
HttpServiceProxyFactory

public static interface HttpServiceProxyFactory.ProxyFactoryCustomizer
Callback mechanism to customize the ProxyFactory used to create the proxy for each HTTP service interface, e.g. to add AOP interceptors.
Since:
7.1
Author:
Dung Dang Minh
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(ProxyFactory proxyFactory, Class<?> serviceType)
    Customize the ProxyFactory for the given HTTP service type.
  • Method Details

    • customize

      void customize(ProxyFactory proxyFactory, Class<?> serviceType)
      Customize the ProxyFactory for the given HTTP service type.
      Parameters:
      proxyFactory - will never be null.
      serviceType - the HTTP service interface type