org.apache.commons.scaffold.util
Class BizServiceImpl
java.lang.Object
org.apache.commons.scaffold.util.BizServiceImpl
- All Implemented Interfaces:
- BizService
public class BizServiceImpl
- extends Object
- implements BizService
Sample business service object.
Returns copy of request object as a "single form" response.
- Version:
- $Revision: 155464 $ $Date: 2005-02-26 13:26:54 +0000 (Sat, 26 Feb 2005) $
- Author:
- Ted Husted
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BizServiceImpl
public BizServiceImpl()
process
public BizResponse process(BizRequest request)
throws Exception
- Sample business service method.
Returns copy of request object as a "single form" response.
- Specified by:
process in interface BizService
- Parameters:
request - The bean containing the runtime parameters for
this service.
- Returns:
- A business response
- Throws:
Throws - Exception on any error.
A ChainedException is recommended..
Exception
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.