org.apache.hello_world
Class GreeterImpl

java.lang.Object
  extended by org.apache.hello_world.GreeterImpl
All Implemented Interfaces:
Greeter

public class GreeterImpl
extends Object
implements Greeter


Constructor Summary
GreeterImpl()
           
 
Method Summary
 String greetMe(String requestType)
           
 void pingMe()
          
 String sayHi()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreeterImpl

public GreeterImpl()
Method Detail

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