Class AbstractServiceFactory

java.lang.Object
com.sas.services.AbstractServiceFactory
All Implemented Interfaces:
ServiceFactoryInterface
Direct Known Subclasses:
DiscoveryServiceFactory, EventBrokerDiscoveryServiceFactory, EventBrokerServiceFactory, SessionServiceFactory, StoredProcessServiceFactory

public abstract class AbstractServiceFactory extends Object implements ServiceFactoryInterface
Abstract foundation service factory.

A concrete subclass must implement getService(ServiceConfigurationInterface, DiscoveryServiceInterface) that will be used to obtain an instance of a service given the specified service configuration.

Since:
1.1