public interface Greeter
@RequestWrapper(localName="greetMe", targetNamespace="http://cxf.apache.org/hello_world_soap_http/types", className="org.apache.cxf.hello_world_soap_http.types.GreetMe") @ResponseWrapper(localName="greetMeResponse", targetNamespace="http://cxf.apache.org/hello_world_soap_http/types", className="org.apache.cxf.hello_world_soap_http.types.GreetMeResponse") String greetMe(String requestType)
@RequestWrapper(localName="greetMeOneWay", targetNamespace="http://cxf.apache.org/hello_world_soap_http/types", className="org.apache.cxf.hello_world_soap_http.types.GreetMeOneWay") void greetMeOneWay(String requestType)
@RequestWrapper(localName="sayHi", targetNamespace="http://cxf.apache.org/hello_world_soap_http/types", className="org.apache.cxf.hello_world_soap_http.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="http://cxf.apache.org/hello_world_soap_http/types", className="org.apache.cxf.hello_world_soap_http.types.SayHiResponse") String sayHi()
Copyright © 2015 WSO2 Inc. All rights reserved.