public class TagControllerMock extends Object implements TagController
| Constructor and Description |
|---|
TagControllerMock() |
| 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) |
public HttpTransportService.SResponse sayHello(RestRequest.Method method, Map<String,String> params)
sayHello in interface TagControllerpublic HttpTransportService.SResponse sayHello2(String json, Map<String,String> params)
sayHello2 in interface TagControllerpublic HttpTransportService.SResponse sayHello3(String kitty)
sayHello3 in interface TagControllerCopyright © 2020. All rights reserved.