org.apache.hello_world_xml_http.wrapped
Class GreeterFaultImpl
java.lang.Object
org.apache.hello_world_xml_http.wrapped.GreeterFaultImpl
- All Implemented Interfaces:
- org.apache.hello_world_xml_http.wrapped.Greeter
@BindingType(value="http://cxf.apache.org/bindings/xformat")
public class GreeterFaultImpl
- extends java.lang.Object
- implements org.apache.hello_world_xml_http.wrapped.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 java.lang.String RUNTIME_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
GreeterFaultImpl
public GreeterFaultImpl()
greetMe
public java.lang.String greetMe(java.lang.String me)
- Specified by:
greetMe
in interface org.apache.hello_world_xml_http.wrapped.Greeter
greetMeOneWay
public void greetMeOneWay(java.lang.String me)
- Specified by:
greetMeOneWay
in interface org.apache.hello_world_xml_http.wrapped.Greeter
sayHi
public java.lang.String sayHi()
- Specified by:
sayHi
in interface org.apache.hello_world_xml_http.wrapped.Greeter
pingMe
public void pingMe()
throws org.apache.hello_world_xml_http.wrapped.PingMeFault
- Specified by:
pingMe
in interface org.apache.hello_world_xml_http.wrapped.Greeter
- Throws:
org.apache.hello_world_xml_http.wrapped.PingMeFault
Apache CXF