org.apache.hello_world_mixedstyle
Class GreeterImplMixedStyle

java.lang.Object
  extended by org.apache.hello_world_mixedstyle.GreeterImplMixedStyle
All Implemented Interfaces:
Greeter

public class GreeterImplMixedStyle
extends Object
implements Greeter


Constructor Summary
GreeterImplMixedStyle()
           
GreeterImplMixedStyle(String v)
           
 
Method Summary
 GreetMeResponse greetMe(GreetMe1 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

GreeterImplMixedStyle

public GreeterImplMixedStyle()

GreeterImplMixedStyle

public GreeterImplMixedStyle(String v)
Method Detail

sayHi

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

greetMe

public GreetMeResponse greetMe(GreetMe1 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