Class GreeterImpl
- java.lang.Object
-
- org.apache.hello_world_xml_http.bare.GreeterImpl
-
-
Constructor Summary
Constructors Constructor Description GreeterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgreetMe(String me)StringsayHi()MyComplexStructTypesendReceiveData(MyComplexStructType in)StringtestMultiParamPart(MyComplexStructType in2, String in1)StringtestTriPart(MyComplexStructType in1, String in3, String in2)StringtestTriPartNoOrder(String in3, MyComplexStructType in1, String in2)
-
-
-
Method Detail
-
sendReceiveData
public MyComplexStructType sendReceiveData(MyComplexStructType in)
- Specified by:
sendReceiveDatain interfaceGreeter
-
testMultiParamPart
public String testMultiParamPart(MyComplexStructType in2, String in1)
- Specified by:
testMultiParamPartin interfaceGreeter
-
testTriPart
public String testTriPart(MyComplexStructType in1, String in3, String in2)
- Specified by:
testTriPartin interfaceGreeter
-
testTriPartNoOrder
public String testTriPartNoOrder(String in3, MyComplexStructType in1, String in2)
- Specified by:
testTriPartNoOrderin interfaceGreeter
-
-