*
* @return Returns the command result.
*/
public MendozaCommandResult checkoutEncoded(final MendozaRequest request) {
log.trace("Entering checkout encoded");
MendozaCheckoutEncodedCommand command =
new MendozaCheckoutEncodedCommand(request, this, serverState);
command.execute();
log.trace("Leaving checkout encoded");
return command.getResult();
}