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