protected void parse(String input) throws OperationFormatException { callback.reset(); parser.parse(input, callback); }
protected void parse(String opReq) throws CommandFormatException { handler.reset(); parser.parse(opReq, handler); }