@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-04-09T21:24:29.219+02:00",
comments="Apache CXF 2.6.0.redhat-60024")
public interface Greeter
@RequestWrapper(localName="pingMe", targetNamespace="uri:cxf.apache.org:jstest:types", className="uri.cxf_apache_org.jstest.types.PingMe") @ResponseWrapper(localName="pingMeResponse", targetNamespace="uri:cxf.apache.org:jstest:types", className="uri.cxf_apache_org.jstest.types.PingMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2013-04-09T21:24:29.219+02:00") void pingMe() throws PingMeFault
PingMeFault
@RequestWrapper(localName="sayHi", targetNamespace="uri:cxf.apache.org:jstest:types", className="uri.cxf_apache_org.jstest.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="uri:cxf.apache.org:jstest:types", className="uri.cxf_apache_org.jstest.types.SayHiResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2013-04-09T21:24:29.219+02:00") String sayHi()
@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="2013-04-09T21:24:29.219+02:00") void greetMeOneWay(String requestType)
@RequestWrapper(localName="greetMe", targetNamespace="uri:cxf.apache.org:jstest:types", className="uri.cxf_apache_org.jstest.types.GreetMe") @ResponseWrapper(localName="greetMeResponse", targetNamespace="uri:cxf.apache.org:jstest:types", className="uri.cxf_apache_org.jstest.types.GreetMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2013-04-09T21:24:29.219+02:00") String greetMe(String requestType)
Apache CXF