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

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

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

Classes in org.apache.commons.scaffold.util that implement BizResponse
 class BizResponseImpl
          Concrete implementation of a business response [org,apache.commons.util.BizResponse] that can be used "as-is" to manage a response from the business tier.
 

Methods in org.apache.commons.scaffold.util that return BizResponse
 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.