|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.scaffold.util.BizServiceImpl
Sample business service object. Returns copy of request object as a "single form" response.
| Constructor Summary | |
BizServiceImpl()
|
|
| Method Summary | |
BizResponse |
process(BizRequest request)
Sample business service method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BizServiceImpl()
| Method Detail |
public BizResponse process(BizRequest request)
throws java.lang.Exception
process in interface BizServicerequest - The bean containing the runtime parameters for
this service.
Throws - Exception on any error.
A ChainedException is recommended..
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||