Package gov.sns.tools.services.samples

Interface Summary
Greeting Greeting is a sample service demonstrating a simple interface that can be served using the ServiceDirectory.
 

Class Summary
GreetingClient GreetingClient is a sample client that demonstrates how to use the ServiceDirectory to lookup a service and send messages to it.
GreetingService GreetingService is a sample service provider implementing the Greeting service.