AbstractWebService (Abstract Class)

Framework Components [com.onepg.web]

← Back to Class List

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 doExecute method 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)