org.apache.hello_world.jbi
Class GreeterImpl

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

public class GreeterImpl
extends java.lang.Object
implements org.apache.hello_world.jbi.Greeter


Constructor Summary
GreeterImpl()
           
 
Method Summary
 java.lang.String greetMe(java.lang.String requestType)
           
 void greetMeOneWay(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

sayHi

public java.lang.String sayHi()
Specified by:
sayHi in interface org.apache.hello_world.jbi.Greeter

greetMe

public java.lang.String greetMe(java.lang.String requestType)
Specified by:
greetMe in interface org.apache.hello_world.jbi.Greeter

greetMeOneWay

public void greetMeOneWay(java.lang.String requestType)
Specified by:
greetMeOneWay in interface org.apache.hello_world.jbi.Greeter

pingMe

public void pingMe()
            throws org.apache.hello_world.jbi.PingMeFault
Specified by:
pingMe in interface org.apache.hello_world.jbi.Greeter
Throws:
org.apache.hello_world.jbi.PingMeFault


Apache CXF