uCosminexus Application Server, Web Service Development Guide

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

close() method

Description

This method ends an HTTP response. The input stream of an entity is closed.

Syntax

public void close()

throws ClientHandlerException

Parameter

None.

Return value

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

Notes

None.