Uses of Interface
org.apache.commons.scaffold.util.BizRequest

Packages that use BizRequest
org.apache.commons.scaffold.util   
 

Uses of BizRequest in org.apache.commons.scaffold.util
 

Classes in org.apache.commons.scaffold.util that implement BizRequest
 class BizRequestImpl
          Concrete implementation of a business request.
 

Methods in org.apache.commons.scaffold.util with parameters of type BizRequest
 BizResponse BizServiceImpl.process(BizRequest request)
          Sample business service method.
 BizResponse BizService.process(BizRequest request)
          Perform the business logic for this service, by retrieving any runtime properties from the business request [org.apache.commons.util.BizRequest] and providing the result as a business response [org.apache.commons.util.BizResponse].
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.