public class JService extends Object
| Constructor and Description |
|---|
JService(net.morimekta.providence.reflect.contained.CService service,
JHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
String |
className() |
JServiceMethod[] |
declaredMethods()
Methods declared in the given service only.
|
String |
getRequestClassRef(JServiceMethod method) |
String |
getResponseClassRef(JServiceMethod method) |
net.morimekta.providence.reflect.contained.CService |
getService() |
boolean |
isDeclaredMethod(JServiceMethod ref) |
JServiceMethod[] |
methods()
All methods that apply for the service.
|
String |
methodsThrows(JServiceMethod method) |
public JService(net.morimekta.providence.reflect.contained.CService service,
JHelper helper)
public String className()
public JServiceMethod[] methods()
public JServiceMethod[] declaredMethods()
public String getRequestClassRef(JServiceMethod method)
public String getResponseClassRef(JServiceMethod method)
public boolean isDeclaredMethod(JServiceMethod ref)
public String methodsThrows(JServiceMethod method)
public net.morimekta.providence.reflect.contained.CService getService()
Copyright © 2015–2020 morimekta.net. All rights reserved.