public interface InterfaceContextAware
服务接口上下文依赖接口。
该接口的实现类将依赖相应的服务接口上下文,需要设置相应的接口上下文。
限定符和类型 | 方法和说明 |
---|---|
void |
setInterfaceContext(InterfaceContext context)
设置服务接口上下文。
|
void setInterfaceContext(InterfaceContext context)
设置服务接口上下文。
context
- 服务接口上下文。