uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

handle(ClientRequest request) method

Description

This method processes an HTTP request with the contents of the specified ClientRequest object and returns an HTTP response as the ClientResponse object.

Syntax

public ClientResponse handle(ClientRequest request)

throws ClientHandlerException

Parameter

request
This is an HTTP request.

Return value

The method returns an HTTP response.

Exception

ClientHandlerException
This exception is thrown if a problem occurs during the processing. The error message KDJJ18888-E is output to the log.

Notes