org.apache.hello_world_soap_http
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by Apache CXF 2.1.4
Mon Mar 23 23:09:24 CET 2009
Generated source version: 2.1.4
|
Method Summary |
java.lang.String |
greetMe(java.lang.String requestType)
|
void |
greetMeOneWay(java.lang.String requestType)
|
void |
pingMe()
|
java.lang.String |
sayHi()
|
sayHi
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.SayHi")
java.lang.String sayHi()
pingMe
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.PingMe")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeOneWay")
void greetMeOneWay(java.lang.String requestType)
greetMe
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.hello_world_soap_http.types.GreetMe")
java.lang.String greetMe(java.lang.String requestType)
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.