org.apache.hello_world_soap_http.any_types
Class GreeterImpl

java.lang.Object
  extended by org.apache.hello_world_soap_http.any_types.GreeterImpl
All Implemented Interfaces:
Greeter

public class GreeterImpl
extends Object
implements Greeter


Constructor Summary
GreeterImpl()
           
 
Method Summary
 String sayHi(List<SayHi.Port> port)
           
 String sayHi1(List<SayHi1.Port> port)
           
 
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

sayHi

public String sayHi(List<SayHi.Port> port)
Specified by:
sayHi in interface Greeter

sayHi1

public String sayHi1(List<SayHi1.Port> port)
Specified by:
sayHi1 in interface Greeter


Apache CXF