Class GreeterImplMixedStyle
- java.lang.Object
-
- org.apache.hello_world_mixedstyle.GreeterImplMixedStyle
-
-
Constructor Summary
Constructors Constructor Description GreeterImplMixedStyle()GreeterImplMixedStyle(String v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GreetMeResponsegreetMe(GreetMe1 requestType)voidgreetMeOneWay(String requestType)voidpingMe()StringsayHi()
-
-
-
Constructor Detail
-
GreeterImplMixedStyle
public GreeterImplMixedStyle()
-
GreeterImplMixedStyle
public GreeterImplMixedStyle(String v)
-
-
Method Detail
-
greetMe
public GreetMeResponse greetMe(GreetMe1 requestType)
-
greetMeOneWay
public void greetMeOneWay(String requestType)
- Specified by:
greetMeOneWayin interfaceGreeter
-
pingMe
public void pingMe() throws PingMeFault- Specified by:
pingMein interfaceGreeter- Throws:
PingMeFault
-
-