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 ServiceFactorypublic ParseService getParseService()
getParseService in interface ServiceFactorypublic TransformationService getTransformationService()
getTransformationService in interface ServiceFactorypublic ValidationService getValidationService()
getValidationService in interface ServiceFactorypublic SerializationService getSerializationService()
getSerializationService in interface ServiceFactorypublic BatchService getBatchService()
getBatchService in interface ServiceFactorypublic DatabasePersistenceService getDatabasePersistenceService()
getDatabasePersistenceService in interface ServiceFactory