Class GreeterFaultImpl
- java.lang.Object
-
- org.apache.hello_world_xml_http.wrapped.GreeterFaultImpl
-
-
Field Summary
Fields Modifier and Type Field Description static StringRUNTIME_EXCEPTION_MESSAGE
-
Constructor Summary
Constructors Constructor Description GreeterFaultImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgreetMe(String me)voidgreetMeOneWay(String me)voidpingMe()StringsayHi()
-
-
-
Field Detail
-
RUNTIME_EXCEPTION_MESSAGE
public static final String RUNTIME_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
greetMeOneWay
public void greetMeOneWay(String me)
- Specified by:
greetMeOneWayin interfaceGreeter
-
pingMe
public void pingMe() throws PingMeFault- Specified by:
pingMein interfaceGreeter- Throws:
PingMeFault
-
-