uCosminexus Application Server, Web Service Development Guide
put(Class<T> c, Object requestEntity) method
Description
This method invokes the HTTP PUT method. The put(Class<T> c, Object requestEntity) method includes an entity in the request and also receives a response entity.
Syntax
public <T> T put(Class<T> c,
Object requestEntity)
throws UniformInterfaceException
Parameters
Return value
The put(Class<T> c, Object requestEntity) method returns the object of the specified type.
Exception
Notes
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.