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:
Greeter

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


Constructor Summary
GreeterImpl()
           
 
Method Summary
 java.lang.String greetMe(java.lang.String me)
           
 void greetMeOneWay(java.lang.String me)
           
 void pingMe()
           
 SayHiResponse sayHi1(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 Greeter

greetMeOneWay

public void greetMeOneWay(java.lang.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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.