uCosminexus Application Server, Web Service Development Guide

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

build(URI uri, String method) method

Description

The method sets up the ClientRequest object.

Syntax

public ClientRequest build(URI uri,

String method)

Parameter

uri
This is the URI of an HTTP request.

method
This is the name of an HTTP method.

Return value

The method returns the ClientRequest object.

Notes