org.apache.camel.example.osgi
Class HelloServiceImpl
java.lang.Object
org.apache.camel.example.osgi.HelloServiceImpl
- All Implemented Interfaces:
- Remote, HelloService
public class HelloServiceImpl
- extends Object
- implements HelloService
Implementation of the service which returns a message.
- Version:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloServiceImpl
public HelloServiceImpl()
hello
public String hello(String name)
- Specified by:
hello
in interface HelloService
Apache CAMEL