org.apache.hello_world_doc_lit
Class GreeterImplDoc

java.lang.Object
  extended by org.apache.hello_world_doc_lit.GreeterImplDoc
All Implemented Interfaces:
Greeter

public class GreeterImplDoc
extends Object
implements Greeter


Constructor Summary
GreeterImplDoc()
           
 
Method Summary
 String greetMe(String requestType)
           
 void greetMeOneWay(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

GreeterImplDoc

public GreeterImplDoc()
Method Detail

sayHi

public String sayHi()
Specified by:
sayHi in interface Greeter

greetMe

public String greetMe(String requestType)
Specified by:
greetMe in interface Greeter

greetMeOneWay

public void greetMeOneWay(String requestType)
Specified by:
greetMeOneWay in interface Greeter

pingMe

public void pingMe()
            throws PingMeFault
Specified by:
pingMe in interface Greeter
Throws:
PingMeFault


Apache CXF