Package net.sf.tie.ext.registry

The registry package creates a simple interface for looking up implementations of a service interface.

See:
          Description

Interface Summary
ServiceRegistry  
 

Class Summary
InterceptedServiceRegistry The InterceptedServiceRegistry creates a ServiceRegistry where all service implementations are automatically intercepted.
 

Exception Summary
 

Package net.sf.tie.ext.registry Description

The registry package creates a simple interface for looking up implementations of a service interface.

A ServiceRegistry follows the registry pattern for accessing object. An object is provided with an instance of a ServicRegistry and from that pulls out implementations of interfaces that it requires.
The InterceptedServiceRegistry is a registry that uses tie to apply intercetors to the services it defines.