Class HelloService
- java.lang.Object
- 
- jadex.microservice.examples.helloworld.HelloService
 
- 
- All Implemented Interfaces:
- IHelloService
 
 public class HelloService extends java.lang.Object implements IHelloService The hello service impl.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccesscompAccess to the hosting component.protected IServiceIdentifiersidAccess to the service id.
 - 
Constructor SummaryConstructors Constructor Description HelloService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringsayHello(java.lang.String name)Say hello method.
 
- 
- 
- 
Field Detail- 
compprotected IInternalAccess comp Access to the hosting component.
 - 
sidprotected IServiceIdentifier sid Access to the service id.
 
- 
 - 
Method Detail- 
sayHellopublic java.lang.String sayHello(java.lang.String name) Say hello method.- Specified by:
- sayHelloin interface- IHelloService
- Parameters:
- name- The name to greet.
- Returns:
- The greeting.
 
 
- 
 
-