Class AbstractServiceAttributeFactory

java.lang.Object
com.sas.services.AbstractServiceAttributeFactory
All Implemented Interfaces:
ServiceAttributeFactoryInterface

public abstract class AbstractServiceAttributeFactory extends Object implements ServiceAttributeFactoryInterface
Abstract implementation of a factory used to manufacture a service attribute. A service attribute is used in the context of the Discovery service as an optional qualifier used to discover a service.

A service may employ service attributes to distinguish itself from other services that satisfy the same service types. This permits a client to seek not only a service satisfying particular service type(s), but also optionally specified service attributes.

Since:
1.0
See Also:
  • Constructor Details

    • AbstractServiceAttributeFactory

      public AbstractServiceAttributeFactory()
  • Method Details