uCosminexus Application Server, Web Service Development Guide

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

getURI() method

Description

This method acquires a URI of an HTTP request. A URI contains information that identifies the target resource of a request.

Syntax

public abstract URI getURI()

Parameter

None.

Return value

The method returns a URI of an HTTP request.

Notes