public interface Greeter
@RequestWrapper(localName="pingMe", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.PingMe") @ResponseWrapper(localName="pingMeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.PingMeResponse") void pingMe() throws PingMeFault
PingMeFault@RequestWrapper(localName="sayHi", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHiResponse") String sayHi()
@RequestWrapper(localName="greetMeOneWay", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeOneWay") void greetMeOneWay(String requestType)
@RequestWrapper(localName="greetMe", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMe") @ResponseWrapper(localName="greetMeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeResponse") String greetMe(String requestType)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.