uCosminexus Application Server, Web Service Development Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Glossary]](FIGURE/GLOSS.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
get(GenericType<T> gt) method
Description
This method invokes the HTTP GET method.
Syntax
public <T> T get(GenericType<T> gt)
throws UniformInterfaceException
Parameter
- gt
- This is the GenericType object that expresses the type of an HTTP response entity.
Return value
The get(GenericType<T> gt) method returns the object of the type expressed by the specified GenericType object.
Exception
- UniformInterfaceException
- This exception is thrown if any of the following conditions is fulfilled. The error message KDJJ18888-E is output to the log.
- If the status code of the HTTP response is 204
- If the status code of the HTTP response is 300 or more and the gt parameter does not express the ClientResponse type
Notes
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.