public class SimplePayloadDecoder
extends java.lang.Object
Constructor and Description |
---|
SimplePayloadDecoder(ClientOracle clientOracle,
java.lang.CharSequence payload)
Construct a new SimplePayloadDecoder.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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