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 TypeMethodDescriptionvoidcustomize(ProxyFactory proxyFactory, Class<?> serviceType) Customize theProxyFactoryfor the given HTTP service type.
-
Method Details
-
customize
Customize theProxyFactoryfor the given HTTP service type.- Parameters:
proxyFactory- will never be null.serviceType- the HTTP service interface type
-