org.apache.hello_world_xml_http.mixed
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by Apache CXF 2.5.3
2012-04-12T13:31:24.798-04:00
Generated source version: 2.5.3
sayHi1
SayHiResponse sayHi1(SayHi in)
greetMe
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.GreetMe")
String greetMe(String requestType)
pingMe
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.PingMe")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.GreetMeOneWay")
void greetMeOneWay(String requestType)
Apache CXF