org.apache.hello_world_xml_http.wrapped
Class GreeterFaultImpl
java.lang.Object
org.apache.hello_world_xml_http.wrapped.GreeterFaultImpl
- All Implemented Interfaces:
- Greeter
@BindingType(value="http://cxf.apache.org/bindings/xformat")
public class GreeterFaultImpl
- extends Object
- implements Greeter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RUNTIME_EXCEPTION_MESSAGE
public static final String RUNTIME_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
GreeterFaultImpl
public GreeterFaultImpl()
greetMe
public String greetMe(String me)
- Specified by:
greetMe in interface Greeter
greetMeOneWay
public void greetMeOneWay(String me)
- Specified by:
greetMeOneWay in interface Greeter
sayHi
public String sayHi()
- Specified by:
sayHi in interface Greeter
pingMe
public void pingMe()
throws PingMeFault
- Specified by:
pingMe in interface Greeter
- Throws:
PingMeFault
Apache CXF