@Override
public void execute(ProtocolImpl protocol) throws IOException {
// Setup context for parsing fields with customized parameters
//
parsingContext = new SettingsContext(protocol.getContext());
parsingContext.setSetting(FIELD_VARYING_LENGTH_MAX, maxFieldLength);
BindExecCommandListener listener = new BindExecCommandListener(parsingContext);
protocol.setListener(listener);