org.apache.hello_world_xml_http.bare
Interface Greeter

All Known Implementing Classes:
GreeterImpl

public interface Greeter

This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02 2012-05-22T17:22:13.459Z Generated source version: 2.4.3-fuse-03-02


Method Summary
 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)
           
 

Method Detail

greetMe

String greetMe(String me)

sendReceiveData

MyComplexStructType sendReceiveData(MyComplexStructType in)

testTriPartNoOrder

String testTriPartNoOrder(String in3,
                          MyComplexStructType in1,
                          String in2)

testMultiParamPart

String testMultiParamPart(MyComplexStructType in2,
                          String in1)

testTriPart

String testTriPart(MyComplexStructType in1,
                   String in3,
                   String in2)

sayHi

String sayHi()


Apache CXF