org.apache.hello_world
Class GreeterImpl

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

public class GreeterImpl
extends java.lang.Object
implements org.apache.hello_world.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 org.apache.hello_world.Greeter

pingMe

public void pingMe()
            throws org.apache.hello_world.messages.PingMeFault

Specified by:
pingMe in interface org.apache.hello_world.Greeter
Throws:
org.apache.hello_world.messages.PingMeFault

sayHi

public java.lang.String sayHi()

Specified by:
sayHi in interface org.apache.hello_world.Greeter


Apache CXF