org.apache.camel.example.osgi
Interface HelloService

All Superinterfaces:
Remote
All Known Implementing Classes:
HelloServiceImpl

public interface HelloService
extends Remote

Interface for the service to expose. Notice we must extend Remote which is required when using RMI.

Version:

Method Summary
 String hello(String name)
           
 

Method Detail

hello

String hello(String name)
             throws RemoteException
Throws:
RemoteException


Apache CAMEL