org.apache.hello_world_xml_http.bare
Class GreeterImpl
java.lang.Object
org.apache.hello_world_xml_http.bare.GreeterImpl
- All Implemented Interfaces:
- Greeter
@BindingType(value="http://cxf.apache.org/bindings/xformat")
public class GreeterImpl
- extends Object
- implements Greeter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreeterImpl
public GreeterImpl()
greetMe
public String greetMe(String me)
- Specified by:
greetMe in interface Greeter
sayHi
public String sayHi()
- Specified by:
sayHi in interface Greeter
sendReceiveData
public MyComplexStructType sendReceiveData(MyComplexStructType in)
- Specified by:
sendReceiveData in interface Greeter
testMultiParamPart
public String testMultiParamPart(MyComplexStructType in2,
String in1)
- Specified by:
testMultiParamPart in interface Greeter
testTriPart
public String testTriPart(MyComplexStructType in1,
String in3,
String in2)
- Specified by:
testTriPart in interface Greeter
testTriPartNoOrder
public String testTriPartNoOrder(String in3,
MyComplexStructType in1,
String in2)
- Specified by:
testTriPartNoOrder in interface Greeter
Apache CXF