Uses of Class
com.google.api.server.spi.SystemService
-
Packages that use SystemService Package Description com.google.api.server.spi com.google.api.server.spi.handlers -
-
Uses of SystemService in com.google.api.server.spi
Methods in com.google.api.server.spi that return SystemService Modifier and Type Method Description SystemServiceSystemService.Builder. build()protected SystemServiceEndpointsServlet. getSystemService() -
Uses of SystemService in com.google.api.server.spi.handlers
Constructors in com.google.api.server.spi.handlers with parameters of type SystemService Constructor Description EndpointsMethodHandler(ServletInitializationParameters initParameters, javax.servlet.ServletContext servletContext, EndpointMethod endpointMethod, ApiMethodConfig methodConfig, SystemService systemService)
-