uCosminexus Application Server, Web Service Development Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Glossary]](FIGURE/GLOSS.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
This section describes the specifications for the methods of the WebResource class and the notes on using the methods.
- Organization of this section
- accept(MediaType... types) method
- accept(String... types) method
- acceptLanguage(Locale... locales) method
- acceptLanguage(String... locales) method
- cookie(Cookie cookie) method
- delete() method
- delete(Class<T> c) method
- delete(Class<T> c, Object requestEntity) method
- delete(GenericType<T> gt) method
- delete(GenericType<T> gt, Object requestEntity) method
- delete(Object requestEntity) method
- entity(Object entity) method
- entity(Object entity, MediaType type) method
- entity(Object entity, String type) method
- get(Class<T> c) method
- get(GenericType<T> gt) method
- getRequestBuilder() method
- getURI() method
- getUriBuilder() method
- head() method
- header(String name, Object value) method
- method(String method) method
- method(String method, Class<T> c) method
- method(String method, Class<T> c, Object requestEntity) method
- method(String method, GenericType<T> gt) method
- method(String method, GenericType<T> gt, Object requestEntity) method
- method(String method, Object requestEntity) method
- options(Class<T> c) method
- options(GenericType<T> gt) method
- path(String path) method
- post() method
- post(Class<T> c) method
- post(Class<T> c, Object requestEntity) method
- post(GenericType<T> gt) method
- post(GenericType<T> gt, Object requestEntity) method
- post(Object requestEntity) method
- put() method
- put(Class<T> c) method
- put(Class<T> c, Object requestEntity) method
- put(GenericType<T> gt) method
- put(GenericType<T> gt, Object requestEntity) method
- put(Object requestEntity) method
- queryParam(String key, String value) method
- queryParams(MultivaluedMap<String, String> params) method
- type(MediaType type) method
- type(String type) method
- uri(java.net.URI uri) method
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.