@BindingType(value="http://cxf.apache.org/bindings/xformat") public class GreeterImpl extends Object implements Greeter
| Constructor and Description |
|---|
GreeterImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
greetMe(String me) |
void |
greetMeOneWay(String me) |
void |
pingMe() |
SayHiResponse |
sayHi1(SayHi in) |
public void greetMeOneWay(String me)
greetMeOneWay in interface Greeterpublic SayHiResponse sayHi1(SayHi in)
public void pingMe()
throws PingMeFault
pingMe in interface GreeterPingMeFaultApache CXF