org.apache.hello_world_xml_http.mixed
Class GreeterImpl
java.lang.Object
org.apache.hello_world_xml_http.mixed.GreeterImpl
- All Implemented Interfaces:
- Greeter
@BindingType(value="http://cxf.apache.org/bindings/xformat")
public class GreeterImpl
- extends Object
- implements Greeter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreeterImpl
public GreeterImpl()
greetMe
public String greetMe(String me)
- Specified by:
greetMe in interface Greeter
greetMeOneWay
public void greetMeOneWay(String me)
- Specified by:
greetMeOneWay in interface Greeter
sayHi1
public SayHiResponse sayHi1(SayHi in)
- Specified by:
sayHi1 in interface Greeter
pingMe
public void pingMe()
throws PingMeFault
- Specified by:
pingMe in interface Greeter
- Throws:
PingMeFault
Apache CXF