org.apache.hello_world
Class GreeterImpl
java.lang.Object
org.apache.hello_world.GreeterImpl
- All Implemented Interfaces:
- Greeter
public class GreeterImpl
- extends Object
- implements Greeter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreeterImpl
public GreeterImpl()
greetMe
public String greetMe(String requestType)
- Specified by:
greetMe in interface Greeter
pingMe
public void pingMe()
throws PingMeFault
-
- Specified by:
pingMe in interface Greeter
- Throws:
PingMeFault
sayHi
public String sayHi()
-
- Specified by:
sayHi in interface Greeter
Apache CXF