|
GWT 2.4.0 | |||||||||
| 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 | |
|---|---|
com.google.gwt.rpc.client.ast.ValueCommand |
getThrownValue()
Returns the thrown value, if any. |
java.util.List<com.google.gwt.rpc.client.ast.ValueCommand> |
getValues()
Returns the values encoded in the payload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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 com.google.gwt.rpc.client.ast.ValueCommand getThrownValue()
public java.util.List<com.google.gwt.rpc.client.ast.ValueCommand> getValues()
|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||