Class HelloWorldServiceImpl
java.lang.Object
org.opencastproject.helloworld.impl.HelloWorldServiceImpl
- All Implemented Interfaces:
HelloWorldService
A simple tutorial class to learn about Opencast Services
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOutputs "Hello!"Outputs "Hello World!"
-
Constructor Details
-
HelloWorldServiceImpl
public HelloWorldServiceImpl()
-
-
Method Details
-
helloWorld
Description copied from interface:HelloWorldServiceOutputs "Hello World!"- Specified by:
helloWorldin interfaceHelloWorldService- Returns:
- String with the text
-
helloName
Description copied from interface:HelloWorldServiceOutputs "Hello!" or "Hello " + name- Specified by:
helloNamein interfaceHelloWorldService- Parameters:
name- name of the person to greet- Returns:
- String with the text
-