|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.rpc.server.SimplePayloadDecoder
public class SimplePayloadDecoder
Decodes the simple payload.
| Constructor Summary | |
|---|---|
SimplePayloadDecoder(ClientOracle clientOracle,
java.lang.CharSequence payload)
Construct a new SimplePayloadDecoder. |
|
| Method Summary | |
|---|---|
ValueCommand |
getThrownValue()
Returns the thrown value, if any. |
java.util.List<ValueCommand> |
getValues()
Returns the values encoded in the payload. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplePayloadDecoder(ClientOracle clientOracle,
java.lang.CharSequence payload)
throws java.lang.ClassNotFoundException
getValues(). If the payload
stream contains an embedded exception, processing will end early and the
Throwable will be available via getThrownValue().
java.lang.ClassNotFoundException| Method Detail |
|---|
public ValueCommand getThrownValue()
public java.util.List<ValueCommand> getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||