public class HelloWorldImpl extends java.lang.Object implements HelloWorld
| Constructor and Description |
|---|
HelloWorldImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
sayHi(java.lang.String name)
Just a simple implementation for a friendly message that says hello.
|
public java.lang.String sayHi(java.lang.String name)
sayHi in interface HelloWorldCopyright © 2015 Red Hat. All Rights Reserved.