Package org.jaxxy.example.service
Class DefaultHelloService
- java.lang.Object
-
- org.jaxxy.example.service.DefaultHelloService
-
- All Implemented Interfaces:
HelloService
public class DefaultHelloService extends Object implements HelloService
-
-
Constructor Summary
Constructors Constructor Description DefaultHelloService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HelloResponsehello(String name, int n)HelloProtos.HelloResponsehelloProto(String name, int n)HelloResponsehelloSmile(String name, int n)HelloResponsehelloYaml(String name, int n)
-
-
-
Method Detail
-
hello
public HelloResponse hello(String name, int n)
- Specified by:
helloin interfaceHelloService
-
helloSmile
public HelloResponse helloSmile(String name, int n)
- Specified by:
helloSmilein interfaceHelloService
-
helloYaml
public HelloResponse helloYaml(String name, int n)
- Specified by:
helloYamlin interfaceHelloService
-
helloProto
public HelloProtos.HelloResponse helloProto(String name, int n)
- Specified by:
helloProtoin interfaceHelloService
-
-