uCosminexus Application Server, Web Service Development Guide

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

path(String path) method

Description

This method generates a new WebResource object from this object (WebResource object). The Web resource URI that is stored in the generated object is the URI for which the path specified by the parameter is added to the Web resource URI stored in this object.

Syntax

public WebResource path(String path)

Parameter

path
This is the path to be added.

Return value

The method returns the generated WebResource object.

Notes