org.apache.camel.example.osgi
Interface HelloService

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
HelloServiceImpl

public interface HelloService
extends java.rmi.Remote

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

Version:

Method Summary
 java.lang.String hello(java.lang.String name)
           
 

Method Detail

hello

java.lang.String hello(java.lang.String name)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Apache CAMEL