|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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]. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||