org.apache.hello_world
Class GreeterImpl

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

public class GreeterImpl
extends java.lang.Object
implements Greeter


Constructor Summary
GreeterImpl()
           
 
Method Summary
 java.lang.String greetMe(java.lang.String requestType)
           
 void pingMe()
          
 java.lang.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 java.lang.String greetMe(java.lang.String requestType)
Specified by:
greetMe in interface Greeter

pingMe

public void pingMe()
            throws PingMeFault

Specified by:
pingMe in interface Greeter
Throws:
PingMeFault

sayHi

public java.lang.String sayHi()

Specified by:
sayHi in interface Greeter


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.