uCosminexus Application Server, Web Service Development Guide

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

setURI(java.net.URI uri) method

Description

This method sets a URI of an HTTP request. Correctly specify the information that identifies the target resource of a request in a URI.

Syntax

public abstract void setURI(URI uri)

Parameter

uri
This is the URI of an HTTP request.

Return value

None.

Notes