uCosminexus Application Server, Web Service Development Guide

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

getHeaderValue(Object headerValue) method

Description

This method converts the specified value of an HTTP header to a character string.

Syntax

public static String getHeaderValue(Object headerValue)

Parameter

headerValue
This is the value of an HTTP header.

Return value

The method returns the converted character string.

Notes