| Package | Description |
|---|---|
| net.morimekta.providence.descriptor |
| Modifier and Type | Method and Description |
|---|---|
abstract PServiceMethod |
PService.getMethod(String name)
Get the method definition for the given method name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends PServiceMethod> |
PService.getMethods()
Get the collection of methods for the service, including all inherited
services.
|
| Constructor and Description |
|---|
PService(String programName,
String name,
PServiceProvider extendsService,
PServiceMethod[] methods) |
| Constructor and Description |
|---|
PService(String programName,
String name,
PServiceProvider extendsService,
Collection<? extends PServiceMethod> methods) |
Copyright © 2015–2018 morimekta.net. All rights reserved.