| java.lang.Object org.drools.brms.client.rpc.ValidatedResponse
ValidatedResponse | public class ValidatedResponse implements IsSerializable(Code) | | This is used for services that validate.
Ie they may provide a validation error to be reported.
author: Michael Neale |
hasErrors | public boolean hasErrors(Code) | | If this is true, then the errorHeader and messages should be displayed.
|
payload | public IsSerializable payload(Code) | | Optional payload, if some more is needed.
|
|
|