类 EndpointModuleInvocationHandler
java.lang.Object
net.linksfield.cube.partnersdk.configuration.EndpointModuleInvocationHandler
- 所有已实现的接口:
InvocationHandler
public class EndpointModuleInvocationHandler extends Object implements InvocationHandler
-
构造器概要
构造器 构造器 说明 EndpointModuleInvocationHandler(String host) -
方法概要
-
构造器详细资料
-
EndpointModuleInvocationHandler
-
-
方法详细资料
-
setProperties
-
invoke
动态代理了配置读取接口 从配置文件读取的项目被缓存在本身的Map中 返回数据时自动将Host参数拼接在前- 指定者:
invoke在接口中InvocationHandler- 返回:
- 完整Url请求地址(参数掩码将被转换)
- 抛出:
Throwable
-