org.apache.hello_world_mixedstyle
Class GreeterImplMixedStyle
java.lang.Object
org.apache.hello_world_mixedstyle.GreeterImplMixedStyle
- All Implemented Interfaces:
- Greeter
public class GreeterImplMixedStyle
- extends Object
- implements Greeter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreeterImplMixedStyle
public GreeterImplMixedStyle()
GreeterImplMixedStyle
public GreeterImplMixedStyle(String v)
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