Package com.google.api.server.spi
Class SystemService.EndpointNode
- java.lang.Object
-
- com.google.api.server.spi.SystemService.EndpointNode
-
- Enclosing class:
- SystemService
public static class SystemService.EndpointNode extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiConfiggetConfig()ObjectgetEndpoint()Map<String,EndpointMethod>getMethods()booleanisExternalEndpoint()
-
-
-
Method Detail
-
getEndpoint
public Object getEndpoint()
-
getConfig
public ApiConfig getConfig()
-
isExternalEndpoint
public boolean isExternalEndpoint()
-
getMethods
public Map<String,EndpointMethod> getMethods()
-
-