public class DefaultHelloService extends Object implements HelloService
| Constructor and Description |
|---|
DefaultHelloService() |
| Modifier and Type | Method and Description |
|---|---|
HelloResponse |
hello(String name,
int n) |
HelloProtos.HelloResponse |
helloProto(String name,
int n) |
HelloResponse |
helloSmile(String name,
int n) |
HelloResponse |
helloYaml(String name,
int n) |
public HelloResponse hello(String name, int n)
hello in interface HelloServicepublic HelloResponse helloSmile(String name, int n)
helloSmile in interface HelloServicepublic HelloResponse helloYaml(String name, int n)
helloYaml in interface HelloServicepublic HelloProtos.HelloResponse helloProto(String name, int n)
helloProto in interface HelloServiceCopyright © 2018. All rights reserved.