com.supermap.services
Interface InterfaceContextAware
-
- All Known Implementing Classes:
- AddJobToSchedulerServlet, ClearAllInSchedulerServlet, DistributeAnalystServlet, GeoprocessorConfigurationServlet, GeoprocessorServlet, GetDataListServlet, GetJobsLinkedModelNameServlet, GetListServlet, GetLogDetailServlet, GetLogListServlet, GetProjectContentServlet, GetProjectListServlet, JaxrsServletForJersey, JobSchedulingShutDownServlet, JobSchedulingStartUpServlet, JobsInGroupServlet, JobStartInTimeServlet, JobStateServiceServlet, LoginServiceServlet, ModifyTriTimeServlet, RemoveGroupServlet, RemoveJobInGroupServlet, RestServlet, SaveFileServlet, ValidationNameServlet, WCSServlet, WFSServlet, WMSServlet, WMTSServlet, WPSServlet
public interface InterfaceContextAwareService 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.
-
-
Method Summary
Methods Modifier and Type Method and Description voidsetInterfaceContext(InterfaceContext context)Set the context of the service interface.
-
-
-
Method Detail
-
setInterfaceContext
void setInterfaceContext(InterfaceContext context)
Set the context of the service interface.
- Parameters:
context- the context of the service interface.
-
-