|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BizService
A business service facade designed to be invoked
through a process method.
| Method Summary | |
|---|---|
BizResponse |
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]. |
| Method Detail |
|---|
BizResponse process(BizRequest request)
throws Exception
org.apache.commons.util.BizRequest]
and providing the result as a business response
[org.apache.commons.util.BizResponse].
The business service may often be a facade that is used to connect to other services.
request - The bean containing the runtime parameters for
this service.
Throws - Exception on any error.
A ChainedException is recommended..
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||