uCosminexus Application Server, Web Service Development Guide
Description
This method invokes the HTTP POST method. The post(Class<T> c) method does not include any entity in the request, but receives a response entity.
Syntax
public <T> T post(Class<T> c)
throws UniformInterfaceException
Parameter
Return value
The post(Class<T> c) method returns the object of the specified type.
Exception
Notes
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.