uCosminexus Application Server, Web Service Development Guide

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

create(ClientConfig cc) method

Description

This method generates a client (Client object) with the specified settings.

Syntax

public static Client create(ClientConfig cc)

Parameter

cc
This parameter sets up the client.

Return value

The method returns the generated client.

Notes