public class JService extends Object
| Constructor and Description |
|---|
JService(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) |
CService |
getService() |
boolean |
isDeclaredMethod(JServiceMethod ref) |
JServiceMethod[] |
methods()
All methods that apply for the service.
|
String |
methodsThrows(JServiceMethod method) |
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 CService getService()
Copyright © 2015–2018 morimekta.net. All rights reserved.