public interface TagController
| Modifier and Type | Method and Description |
|---|---|
HttpTransportService.SResponse |
sayHello(RestRequest.Method method,
Map<String,String> params) |
HttpTransportService.SResponse |
sayHello2(String json,
Map<String,String> params) |
HttpTransportService.SResponse |
sayHello3(String kitty) |
HttpTransportService.SResponse sayHello(RestRequest.Method method, Map<String,String> params)
HttpTransportService.SResponse sayHello3(String kitty)
HttpTransportService.SResponse sayHello2(String json, Map<String,String> params)
Copyright © 2020. All rights reserved.