public interface InterfaceContextAware
Service interface context dependent interface.
The implementation class of this interface will depend on the corresponding service interface context, and the corresponding interface context is required.
Modifier and Type | Method and Description |
---|---|
void |
setInterfaceContext(InterfaceContext context)
Set the context of the service interface.
|
void setInterfaceContext(InterfaceContext context)
Set the context of the service interface.
context
- the context of the service interface.