com.hack23.cia.service.impl.common
Class AbstractBusinessServiceImpl

Package class diagram package AbstractBusinessServiceImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.common.AbstractBusinessServiceImpl
All Implemented Interfaces:
BusinessService

@Service
public abstract class AbstractBusinessServiceImpl
extends Object
implements BusinessService

The Class AbstractBusinessServiceImpl.


Constructor Summary
AbstractBusinessServiceImpl()
           
 
Method Summary
abstract  Class<? extends ServiceRequest> getSupportedService()
          Gets the supported service.
 ServiceResponse processService(ServiceRequest serviceRequest)
          Process service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBusinessServiceImpl

public AbstractBusinessServiceImpl()
Method Detail

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.