org.openpermis.examples.ldap
Interface HelloWorldService

All Known Implementing Classes:
AuthorizedHelloWorldService, BasicHelloWorldService

public interface HelloWorldService

Defines the actual functionality of the HelloWorld application.

Since:
0.1.0

Method Summary
 String getHelloMessage(String name)
          Returns a welcome message for the specified person.
 

Method Detail

getHelloMessage

String getHelloMessage(String name)
                       throws HelloWorldException
Returns a welcome message for the specified person.

Parameters:
name - the name of the person to greet.
Returns:
a suitable welcome message.
Throws:
HelloWorldException - if the service fails to determine a suitable welcome message.
Since:
0.1.0


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:07:18
Copyright (c) 2002-2007 Ergon Informatik AG