uri.cxf_apache_org.jstest
Interface Greeter
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-08-14T17:38:37.439-04:00",
comments="Apache CXF 2.6.2")
public interface Greeter
This class was generated by Apache CXF 2.6.2
2012-08-14T17:38:37.439-04:00
Generated source version: 2.6.2
pingMe
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="uri:cxf.apache.org:jstest:types",
className="uri.cxf_apache_org.jstest.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
targetNamespace="uri:cxf.apache.org:jstest:types",
className="uri.cxf_apache_org.jstest.types.PingMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-08-14T17:38:37.439-04:00")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
sayHi
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="uri:cxf.apache.org:jstest:types",
className="uri.cxf_apache_org.jstest.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
targetNamespace="uri:cxf.apache.org:jstest:types",
className="uri.cxf_apache_org.jstest.types.SayHi")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-08-14T17:38:37.439-04:00")
String sayHi()
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="uri:cxf.apache.org:jstest:types",
className="uri.cxf_apache_org.jstest.types.GreetMeOneWay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-08-14T17:38:37.439-04:00")
void greetMeOneWay(String requestType)
greetMe
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="uri:cxf.apache.org:jstest:types",
className="uri.cxf_apache_org.jstest.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
targetNamespace="uri:cxf.apache.org:jstest:types",
className="uri.cxf_apache_org.jstest.types.GreetMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-08-14T17:38:37.439-04:00")
String greetMe(String requestType)
Apache CXF