Class GreeterImpl
java.lang.Object
org.apache.hello_world_xml_http.bare.GreeterImpl
- All Implemented Interfaces:
Greeter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsayHi()testMultiParamPart(MyComplexStructType in2, String in1) testTriPart(MyComplexStructType in1, String in3, String in2) testTriPartNoOrder(String in3, MyComplexStructType in1, String in2)
-
Constructor Details
-
GreeterImpl
public GreeterImpl()
-
-
Method Details
-
greetMe
-
sayHi
-
sendReceiveData
- Specified by:
sendReceiveDatain interfaceGreeter
-
testMultiParamPart
- Specified by:
testMultiParamPartin interfaceGreeter
-
testTriPart
- Specified by:
testTriPartin interfaceGreeter
-
testTriPartNoOrder
- Specified by:
testTriPartNoOrderin interfaceGreeter
-