org.apache.avalon.composition.model
Interface ServiceModel

All Known Implementing Classes:
DefaultServiceModel

public interface ServiceModel

Service model exposes an exported service class.

Version:
$Revision: 1.1.4.1 $ $Date: 2004/01/12 06:22:53 $
Author:
Stephen McConnell

Method Summary
 Class getServiceClass()
          Return the service class.
 ServiceDirective getServiceDirective()
          Return the service directive for the model.
 

Method Detail

getServiceDirective

public ServiceDirective getServiceDirective()
Return the service directive for the model.

Returns:
the directive declaring the service export

getServiceClass

public Class getServiceClass()
Return the service class.

Returns:
the service class


Copyright © Apache Software Foundation. All Rights Reserved.