Class Information
Package: com.onepg.web
Class Name: AbstractWebService (Abstract Class)
Description
Web service base class.
- Provides common processing (log output, exception handling, etc.) for each web service.
- Defines specific web service processing by implementing the
doExecutemethod in subclasses.
Constants and Variables
traceCode
protected String traceCode
Trace code.
logger
protected LogWriter logger
Log writer.
Method List
doExecute (Abstract Method)
public void doExecute(Io io)
Main processing.
- Implements specific web service processing in subclasses.
Parameters
| Name | Type | Description |
|---|---|---|
io |
Io |
Argument and return value (request and response) |