com.hack23.cia.service.impl.common
Class AbstractBusinessServiceImpl
java.lang.Object
com.hack23.cia.service.impl.common.AbstractBusinessServiceImpl
- All Implemented Interfaces:
- BusinessService
@Service
public abstract class AbstractBusinessServiceImpl
- extends Object
- implements BusinessService
The Class AbstractBusinessServiceImpl.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBusinessServiceImpl
public AbstractBusinessServiceImpl()
getSupportedService
public abstract Class<? extends ServiceRequest> getSupportedService()
- Description copied from interface:
BusinessService
- Gets the supported service.
- Specified by:
getSupportedService
in interface BusinessService
- Returns:
- the supported service
processService
public ServiceResponse processService(ServiceRequest serviceRequest)
- Description copied from interface:
BusinessService
- Process service.
- Specified by:
processService
in interface BusinessService
- Parameters:
serviceRequest
- the service request
- Returns:
- the service response
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.