org.trialox.jaxrs
Class WebRequest
java.lang.Object
org.trialox.jaxrs.WebRequest
public class WebRequest
- extends java.lang.Object
Wrapps a wrhapi-request and returns the parsed body.
- Author:
- reto
|
Method Summary |
|
getBodyObject(java.lang.Class<T> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] transformationAnnotation)
|
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> |
getHeaders()
|
org.wymiwyg.wrhapi.Request |
getWrhapiRequest()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getWrhapiRequest
public org.wymiwyg.wrhapi.Request getWrhapiRequest()
getHeaders
public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getHeaders()
getBodyObject
public <T> T getBodyObject(java.lang.Class<T> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] transformationAnnotation)
Copyright © 2008. All Rights Reserved.