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