org.apache.commons.scaffold.util
Class BizServiceImpl

java.lang.Object
  extended byorg.apache.commons.scaffold.util.BizServiceImpl
All Implemented Interfaces:
BizService

public class BizServiceImpl
extends java.lang.Object
implements BizService

Sample business service object. Returns copy of request object as a "single form" response.

Version:
$Revision: 1.4 $ $Date: 2004/03/21 21:10:10 $

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

BizServiceImpl

public BizServiceImpl()
Method Detail

process

public BizResponse process(BizRequest request)
                    throws java.lang.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..
java.lang.Exception


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.