org.apache.hello_world_xml_http.bare
Interface Greeter

All Known Implementing Classes:
GreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:38.082Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public interface Greeter

This class was generated by Apache CXF 2.5.0.fuse-70-097 2012-10-02T15:03:38.082Z Generated source version: 2.5.0.fuse-70-097


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

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:38.082Z")
String greetMe(String me)

sendReceiveData

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:38.082Z")
MyComplexStructType sendReceiveData(MyComplexStructType in)

testTriPartNoOrder

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:38.082Z")
String testTriPartNoOrder(String in3,
                                    MyComplexStructType in1,
                                    String in2)

testMultiParamPart

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:38.082Z")
String testMultiParamPart(MyComplexStructType in2,
                                    String in1)

testTriPart

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:38.082Z")
String testTriPart(MyComplexStructType in1,
                             String in3,
                             String in2)

sayHi

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:38.082Z")
String sayHi()


Apache CXF