org.apache.camel.example.camel.transport
Class GreeterImpl
java.lang.Object
org.apache.camel.example.camel.transport.GreeterImpl
- All Implemented Interfaces:
- org.apache.hello_world_soap_http.Greeter
public class GreeterImpl
- extends Object
- implements org.apache.hello_world_soap_http.Greeter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreeterImpl
public GreeterImpl()
setSuffix
public void setSuffix(String suffix)
greetMe
public String greetMe(String me)
- Specified by:
greetMe in interface org.apache.hello_world_soap_http.Greeter
greetMeOneWay
public void greetMeOneWay(String me)
- Specified by:
greetMeOneWay in interface org.apache.hello_world_soap_http.Greeter
sayHi
public String sayHi()
- Specified by:
sayHi in interface org.apache.hello_world_soap_http.Greeter
pingMe
public void pingMe(String messageIn)
throws org.apache.hello_world_soap_http.PingMeFault
- Specified by:
pingMe in interface org.apache.hello_world_soap_http.Greeter
- Throws:
org.apache.hello_world_soap_http.PingMeFault
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.