|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.client.core.extractors.ResponseObjectProxy<T>
public class ResponseObjectProxy<T>
This class represents the proxying functionality for creating a "rich response object" that has the @ResponseObject annotation. The method implementations ware created in ResponseObjectEntityExtractorFactory
EntityExtractor, ResponseObjectEntityExtractorFactory
Constructor Summary | |
---|---|
ResponseObjectProxy(java.lang.reflect.Method method,
EntityExtractorFactory extractorFactory)
|
Method Summary | |
---|---|
java.lang.Object |
extractEntity(ClientRequestContext context,
java.lang.Object... args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseObjectProxy(java.lang.reflect.Method method, EntityExtractorFactory extractorFactory)
Method Detail |
---|
public java.lang.Object extractEntity(ClientRequestContext context, java.lang.Object... args)
extractEntity
in interface EntityExtractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |