|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.gwtframework.commons.rest.AutoBeanUnmarshaller<T>
T - public class AutoBeanUnmarshaller<T>
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
AutoBeanUnmarshaller(com.google.web.bindery.autobean.shared.AutoBean<T> autoBean)
|
|
| Method Summary | |
|---|---|
T |
getPayload()
The content of the returned object normally differs before and after unmarshall() but by the contract it should never be null |
void |
unmarshal(com.google.gwt.http.client.Response response)
prepares an object from the incoming string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoBeanUnmarshaller(com.google.web.bindery.autobean.shared.AutoBean<T> autoBean)
| Method Detail |
|---|
public void unmarshal(com.google.gwt.http.client.Response response)
throws UnmarshallerException
Unmarshallable
unmarshal in interface Unmarshallable<T>UnmarshallerExceptionpublic T getPayload()
Unmarshallable
getPayload in interface Unmarshallable<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||