uCosminexus Application Server, Web Service Development Guide
method(String method, GenericType<T> gt, Object requestEntity) method
Description
This method invokes an HTTP method. The method(String method, GenericType<T>gt, Object requestEntity) method does not include any entity in the request, but receives a response entity.
Syntax
public <T> T method(String method,
GenericType<T> gt,
Object requestEntity)
throws UniformInterfaceException
Parameters
Return value
The method returns the object of the type expressed by the specified GenericType object.
Exception
Notes
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.