|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.gwtframework.commons.rest.LocationUnmarshaller
public class LocationUnmarshaller
Unmarshaller for "Location" HTTP Header.
Uses in AsyncRequest for run REST Service Asynchronous
| Constructor Summary | |
|---|---|
LocationUnmarshaller(java.lang.StringBuilder result)
|
|
| Method Summary | |
|---|---|
java.lang.StringBuilder |
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 LocationUnmarshaller(java.lang.StringBuilder result)
result - | Method Detail |
|---|
public void unmarshal(com.google.gwt.http.client.Response response)
throws UnmarshallerException
Unmarshallable
unmarshal in interface Unmarshallable<java.lang.StringBuilder>UnmarshallerExceptionUnmarshallable.unmarshal(com.google.gwt.http.client.Response)public java.lang.StringBuilder getPayload()
Unmarshallable
getPayload in interface Unmarshallable<java.lang.StringBuilder>Unmarshallable.getPayload()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||