@BindingType(value="http://cxf.apache.org/bindings/xformat") public class GreeterImpl extends Object implements Greeter
| Constructor and Description |
|---|
GreeterImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
greetMe(String me) |
String |
sayHi() |
MyComplexStructType |
sendReceiveData(MyComplexStructType in) |
String |
testMultiParamPart(MyComplexStructType in2,
String in1) |
String |
testTriPart(MyComplexStructType in1,
String in3,
String in2) |
String |
testTriPartNoOrder(String in3,
MyComplexStructType in1,
String in2) |
public MyComplexStructType sendReceiveData(MyComplexStructType in)
sendReceiveData in interface Greeterpublic String testMultiParamPart(MyComplexStructType in2, String in1)
testMultiParamPart in interface Greeterpublic String testTriPart(MyComplexStructType in1, String in3, String in2)
testTriPart in interface Greeterpublic String testTriPartNoOrder(String in3, MyComplexStructType in1, String in2)
testTriPartNoOrder in interface GreeterApache CXF