org.apache.hello_world_xml_http.mixed
Class GreeterImpl

java.lang.Object
  extended by org.apache.hello_world_xml_http.mixed.GreeterImpl
All Implemented Interfaces:
org.apache.hello_world_xml_http.mixed.Greeter

@BindingType(value="http://cxf.apache.org/bindings/xformat")
public class GreeterImpl
extends java.lang.Object
implements org.apache.hello_world_xml_http.mixed.Greeter


Constructor Summary
GreeterImpl()
           
 
Method Summary
 java.lang.String greetMe(java.lang.String me)
           
 void greetMeOneWay(java.lang.String me)
           
 void pingMe()
           
 org.apache.hello_world_xml_http.mixed.types.SayHiResponse sayHi1(org.apache.hello_world_xml_http.mixed.types.SayHi in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreeterImpl

public GreeterImpl()
Method Detail

greetMe

public java.lang.String greetMe(java.lang.String me)
Specified by:
greetMe in interface org.apache.hello_world_xml_http.mixed.Greeter

greetMeOneWay

public void greetMeOneWay(java.lang.String me)
Specified by:
greetMeOneWay in interface org.apache.hello_world_xml_http.mixed.Greeter

sayHi1

public org.apache.hello_world_xml_http.mixed.types.SayHiResponse sayHi1(org.apache.hello_world_xml_http.mixed.types.SayHi in)
Specified by:
sayHi1 in interface org.apache.hello_world_xml_http.mixed.Greeter

pingMe

public void pingMe()
            throws org.apache.hello_world_xml_http.mixed.PingMeFault
Specified by:
pingMe in interface org.apache.hello_world_xml_http.mixed.Greeter
Throws:
org.apache.hello_world_xml_http.mixed.PingMeFault


Apache CXF