public abstract class AbstractServiceFactory extends java.lang.Object implements ServiceFactory
Constructor and Description |
---|
AbstractServiceFactory() |
Modifier and Type | Method and Description |
---|---|
BatchService |
getBatchService() |
DatabasePersistenceService |
getDatabasePersistenceService() |
abstract IdentificationService |
getIdentificationService() |
ParseService |
getParseService() |
SerializationService |
getSerializationService() |
TransformationService |
getTransformationService() |
ValidationService |
getValidationService() |
public abstract IdentificationService getIdentificationService()
getIdentificationService
in interface ServiceFactory
public ParseService getParseService()
getParseService
in interface ServiceFactory
public TransformationService getTransformationService()
getTransformationService
in interface ServiceFactory
public ValidationService getValidationService()
getValidationService
in interface ServiceFactory
public SerializationService getSerializationService()
getSerializationService
in interface ServiceFactory
public BatchService getBatchService()
getBatchService
in interface ServiceFactory
public DatabasePersistenceService getDatabasePersistenceService()
getDatabasePersistenceService
in interface ServiceFactory