uCosminexus Application Server, Web Service Development Guide

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

getClientResponseStatus() method

Description

This method acquires a status code.

Syntax

public ClientResponse.Status getClientResponseStatus()

Parameter

None.

Return value

The method returns a status code.

If the status code of an HTTP response is compliant with the constant value defined in the Response.Status enumerated type, the method returns that Response.Status enumerated type constant value. If the status code is not compliant, the method returns null.

Notes

None.